Vous pouvez désormais utiliser le lien de renouvellement dans vos communications avec vos utilisateurs pour demander le renouvellement de l'accès à leurs données Google.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/28 (UTC).
[null,null,["Dernière mise à jour le 2025/07/28 (UTC)."],[],[],null,["# Create a Renewal Link\n\nYou can create a link to send to your users to ask them to renew your access to\ntheir Google Account data.\n\nBefore you begin\n----------------\n\n- The user must have granted access to scopes associated with the Data Portability API.\n- You must know the Google Cloud project number (for example, `123456789`) for which the user's OAuth grant was issued.\n\nCreate a renewal link\n---------------------\n\n1. [Find your project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects) in the Google Cloud Console.\n\n | **Tip:** If you don't have access to the Google Cloud Console reach out to your system administrator.\n2. Add your project number to the end of this URL:\n\n ```\n https://myaccount.google.com/connections/link?project_number=123456789\n ```\n3. You can now use the renewal link in communications with your users to\n request renewing access to their Google data.\n\n | **Note:** If the user clicks the renewal link after access is already expired, they will get an error page."]]