我尝试通过使用服务凭据模拟用户将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
为了能够成功复制文件,您能否教育我可以检查的任何其他事项?