Skip to main content
Feedback

RVR-GPL-004

  1. Issue Summary

    • The error "Missing access tokenError Code: RVR-GPL-004" is encountered when attempting to connect to Google Play using Data Integration data connector. This indicates that the required access token is not being provided during the authentication process. The access token is crucial as it verifies the identity of the user and grants the necessary permissions to access Google's Play data.
  2. Action Steps:

    • Verify that you have correctly set up your Google Play connection:
      • Ensure you have the Google Play account permissions needed for the data you are trying to access.
      • Double-check that you have the correct OAuth 2.0 credentials (Client ID and Client Secret) if applicable, and that they are entered correctly into Data Integration.
      • You need to obtain a valid access token. Access tokens are often obtained via OAuth2 authentication flows, which might involve login and consent screens where you need to grant access to Data Integration or the application you are using.
      • Follow Google's official documentation for obtaining an access token if you have not already done so. This usually involves setting up an OAuth2.0 client and handling the token acquisition and refresh processes.
  3. External References:

    • For further information on setting up Google API access and obtaining tokens, review Google's OAuth 2.0 Authorization documentation.
    • For Data Integration-specific configurations, refer to the Google Play documentation on Data Integration official site.

If the issue persists or you need further assistance, please open a ticket with Data Integration support.