17
Views
3
Comments
[Google Drive Connector Reactive] i install google drive connector reactive O11 forge component
Question
google-drive-connector-reactive
Reactive icon
Forge asset by Alvaro Pinilla Pedroche

i install an forge component(google drive connector 011)with demo  in my personal environment to make ease with api i follow documentation and created api key, clientId and client secret and configure it but in demo application i tried to sign in but it shows redirection url is wrong what should i do how to give redirection url 

2019-11-11 17-10-24
Manish Jawla
 
MVP
2025-07-22 10-30-27
Mandar Deshpande

Hi @Sravani Gottumukkala 

The error means the Redirect URI sent by the Outsystems application does not exactly match the Authorized Redirect URI configured in your Google Cloud OAuth Client.

You can follow below steps:

1. Go to Google Cloud Console.

2. Navigate to: APIs & Services → Credentials.

3. Open the OAuth 2.0 Client ID you're using.

4. Under Authorized redirect URIs, click Add URI.

5. Copy the exact redirect_uri from the error message (character-for-character) and paste it there.

It must match exactly:

  • https
  • domain
  • module name
  • path
  • capitalization
  • no extra /

6. Save the changes.

Wait a few minutes for Google's changes to propagate, then try signing in again.

2025-09-25 14-38-22
Lokesh Kumar Yadav

The issue is happening because the redirect URL generated by the OutSystems application is not added in the Google Cloud OAuth configuration. You need to copy the exact redirect URI shown in the error message and add it under “Authorized redirect URIs” in your Google Cloud Console OAuth Client configuration. After saving the changes, wait a few minutes and try signing in again. The URL must match exactly with no extra slash or changes.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.