Google Drive API through Google App Engine

前端 未结 5 1466
长情又很酷
长情又很酷 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:39

    This answer claims that:

    Service Accounts are not supported by the Drive SDK due to its security model.

    If that's still true, one workaround is to perform a regular OAuth dance once with a regular Google Account, and persist the access and refresh token in the datastore.

提交回复
热议问题