Integrate google drive API to upload files with a filedropzone and a button

1 Like

Thank you for your help!

Hi @zz_alex_aa! Welcome to the community. :slightly_smiling_face: Thanks for sharing so much detail, as well.

This particular error indicates that the OAuth callback URL as specified in Retool doesn't match any of the Authorized redirect URIs that you defined when setting up the client on the Google Cloud console.

I'm guessing that you might have entered https://oauth.retool.com/oauth/oauthcallback instead of https://oauth.retool.com/oauth/user/oauthcallback, given the fact that your resource isn't configured to share credentials among users. Double check that and let me know if the issue persists!