尽管拥有所需的权限,但Google Drive File Copy失败的可能原因是什么(权限不足[403]错误)?

时间:2018-04-05 18:01:40

标签: c# .net google-drive-api

我尝试通过使用服务凭据模拟用户将Google云端硬盘文件复制到用户根文件夹中(使用云端硬盘范围创建了驱动器代理),我收到以下错误:

Google.GoogleApiException: Google.Apis.Requests.RequestError
The user does not have sufficient permissions for this file. [403]
Errors [
    Message[The user does not have sufficient permissions for this file.] Location[ - ] Reason[insufficientFilePermissions] Domain[global]
]

当我调试用户对文件具有这些权限时。

ViewersCanCopyContent: True 

Capabilities.CanCopy: True 

为了能够成功复制文件,您能否教育我可以检查的任何其他事项?

0 个答案:

没有答案