DataStore Location for Token response GSuite

Hello,

Where is the DataStore Location for Token response GSuite pls. I need to remove this token to recreate with the good user.
Thank you

Alexis

@Alexis_DELEPIERRE,

Welcome to the UiPath Community!

In UiPath’s GSuite activities, the DataStore Location for the token response typically depends on how you’ve configured your authentication method. However, generally speaking, when you authenticate using OAuth 2.0 in UiPath GSuite activities, the token response is often stored in the following directory:

%LocalAppData%\UiPath\app-19.x.x\tokens

Please replace app-19.x.x with the version of UiPath you are using. The tokens are stored in this location to facilitate subsequent API requests without requiring re-authentication.

To remove the token and recreate it with a different user, you would typically follow these steps:

  1. Navigate to the directory mentioned above.
  2. Find the appropriate token file associated with the GSuite activity you’re using.
  3. Delete or move the token file to another location.
  4. Perform the authentication process again within UiPath, which will prompt you to reauthorize with a new user account.

Always ensure that you handle tokens securely and follow best practices for managing authentication credentials within your automation workflows.

Thanks,
Ashok :slight_smile:

Thanks a lot for the quickly answer :slight_smile:

@Alexis_DELEPIERRE,

Glad I’m able to help you. Kindly mark my answer as solution. It will help other community member to find it quickly.

Thanks,
Ashok :slight_smile:

For people who want reset consent to change for a new user. Look this post, its worked for me.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.