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
Hi @Sravani Gottumukkala ,
Can you please check below post:
https://www.outsystems.com/forums/discussion/85926/google-drive-connector-reactive-facing-problem-with-callback/
Hope this helps.
regards,
Manish Jawla
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:
6. Save the changes.
Wait a few minutes for Google's changes to propagate, then try signing in again.
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.