创建驱动程序助手以访问用户的Google云端硬盘

时间:2019-01-04 00:59:29

标签: google-app-engine google-drive-api

我将服务器帐户云端硬盘中的文件导出到我的Google用户的云端硬盘中,现在我想给它们起新的名字。 我在下面使用的代码,但是返回“无效凭据”

user_credentials = oauth2client.contrib.appengine.StorageByKeyName(
      oauth2client.contrib.appengine.CredentialsModel,
      user_id, 'credentials').get()
self.service = googleapiclient.discovery.build('drive', 'v2', credentials=user_credentials)

我已经用谷歌搜索了这个问题,但是没有找到想要的答案。

0 个答案:

没有答案