Does Google Drive AppFolder (AppData) require it's own explicit scope? -


i have code able read , write drive appfolder (aka appdata) stopped working.

it seems problem due consolidation of scopes asking for. before requested explicit scopes:

www.googleapis.com/auth/drive.appdata www.googleapis.com/auth/drive.file 

but consolidated them top level scope:

www.googleapis.com/auth/drive 

we can read , find file in appfolder, cannot write it. had add drive.appdata scope back.

is intended behavior? confused.

note: yes see name has been changed appdata appfolder google, switched using appfolder name instead.

yes, appdata requires own scope.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -