Google API scopes and asking for permissions repeatedly

I have an app that uses google drive api with scopes to create files and metadata and for some reason anytime I sign in using expo google sign in, it keeps asking if I want to allow my app to have those permissions to my google drive.

originally I did have a different scoped permission (appdata for google drive backups) and that only needed to ask the one time. I’m curious if anyone else has had this issue.

Thanks!

Hmm, so it turns out that maybe it’s because the google drive permission sfor appdata is a non-sensitive scope, and the others are. I’ll try with just google drive file scope permissions (just allows for management of files created with the app, instead of complete control on the users whole google drive)

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.