Google云端硬盘:获取暂停用户权限ID

时间:2013-08-05 15:10:51

标签: python google-drive-api

我正在尝试使用Drive API在我的Google应用领域内映射共享。我可以通过为用户创建服务然后执行类似

的操作来获取用户权限
about_info = service.about.get().execute()
permissionId = about_info['user']['permissionId']

然而,当我迭代我的一个被暂停的用户时,我得到:

401 Unauthorized : Invalid Credentials

对于暂停的用户来说,无论如何都是这样吗?

1 个答案:

答案 0 :(得分:1)

作为非暂停用户,请尝试sharing a file with the suspended user然后retrieve the file's permissions以确定被暂停的用户的权限ID。