Skip to main content
Feedback

RVR-DC-100

Issue summary

The error code RVR-DC-100 encountered with the DV360 Data Connector indicates that there is a problem with refreshing the access token. This issue generally arises during the OAuth2 authentication process when the refresh token has expired or the credentials are revoked or invalidated.

Action steps

To resolve the error, follow these steps:

  1. Check Token Validity: Ensure that the refresh token provided to Data Integration is still valid. You might need to generate a new refresh token if the current one is expired.
  2. Re-authenticate Connections: Go to the DV360 connection settings within Data Integration and re-authenticate the connection. You may need to provide fresh authentication credentials to generate a new access and refresh token.
  3. Review OAuth2 Settings: Confirm that the OAuth2 settings within your Google Cloud Console or Google API settings are correctly configured to allow token refresh operations. This includes ensuring that the client ID, client secret, and redirect URI are correctly set up in Data Integration and Google settings.
  4. Inspect Permissions: Ensure that the OAuth2 scopes granted to the application include permission to refresh tokens.
  5. Check for Revoked Access: Verify if there has been any change on the permission side from your Google account that could have revoked access for Data Integration to manage tokens.
  6. Update Client Settings: If using a custom or internal application, ensure that the client settings have not changed and that your application is still authorized to access the necessary APIs.

External references

  • For detailed steps and guidance, refer to Data Integration’s official documentation on setting up connections and managing OAuth2 configurations: Data Integration Documentation
  • Google Developers OAuth2 Information: Google OAuth2
note

If the issue persists or you need help, open a case with Data Integration Support. In the console sidebar, select Help > Contact Us and follow the instructions.

On this Page