Google Drive API through Google App Engine

前端 未结 5 1474
长情又很酷
长情又很酷 2021-01-05 08:13

I\'m trying to use the Google Drive API through the App Identity interface provided with Google App Engine. This basically allows my web application to communicate with Goog

5条回答
  •  旧巷少年郎
    2021-01-05 08:28

    I think you should at least setup an API console entry with Drive API enabled at https://code.google.com/apis/console Once you create this you'll get an ID you can use in your GoogleCredential object. From the GoogleCredential object you can get the access token which you can than add to your request.

提交回复
热议问题