Changes made in the Google OAuth testing project are not reflecting.
I tried updating the Redirect URI in Google Cloud Console , but even after saving, it still throws a redirect_uri_mismatch error. The new redirect URI is not being picked up by Google’s OAuth flow.
Additionally, while testing a Google Drive Open With UI integration, I updated the Open URL and Create URL in:
Google Cloud Console → APIs & Services → Enabled APIs → Google Drive API → Drive UI Integration
However, these changes are also not reflected. When I open a file from drive.google.com using the testing app, the request still goes to the old URL, not the newly configured one.
Is there any delay or specific step required for these changes to propagate in a Google OAuth testing project?