Google Drive HTTP 403 “Access Not Configured” error with DrEdit

前端 未结 2 780
北海茫月
北海茫月 2020-12-05 04:33

I\'m attempting to install the DrEdit sample app for python onto GAE. The app runs, but saving or opening a file results in an HTTP 403 \"Access Not Configured Error

相关标签:
2条回答
  • 2020-12-05 04:44

    In the services section of the Google API console there are two services relating to drive development, SDK and API. When you create a new Drive SDK entry, Drive API service is not automatically enabled (which doesn't make sense, I don't see when you'd create a drive enabled application without using the drive API). Switch the Drive API service on for the project and try again.

    @lurking_googlers I think a lot of people will fall for this, doesn't it make sense to enable the API when the SDK is enabled?

    0 讨论(0)
  • 2020-12-05 04:44

    And your must also identify in your code the following

    DriveService.Scope.DriveFile, DriveService.Scope.Drive
    

    good luck

    0 讨论(0)
提交回复
热议问题