Invalid redirect: https://script.google.com/macros/d/{scriptID}/usercallback (4,700)

I wrote a Google App Script that is suppose to manipulate Zoom recordings. The script was deployed as a web app and using the redirect URI: https://script.google.com/macros/d/{scriptID}/usercallback

Note that I’m using the scriptID, not the deployment ID.

When trying to add the app, I repeatedly get an error message “Invalid redirect: https://script.google.com/macros/d/{scriptID}/usercallback (4,700)”

What’s wrong?

Hi @g665
Thanks for reaching out to us!
Can you please make sure that you have added your redirect URI to the allow list?

Yes, it is in the allow list

Have you tried authorizing the app once again ? @g665