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
Post a Comment