https://www.googleapis.com/auth/drive.file足以创建和更新文件,还是需要/ drive范围?

时间:2019-05-28 14:23:04

标签: google-drive-api

当前,我们仅具有https://www.googleapis.com/auth/drive.readonly范围,但我们也希望能够将文件写入和更新到Google驱动器。阅读文档,他们指出https://www.googleapis.com/auth/drive.file足以创建和更新文件。但是在应用到此之前,我想确保此范围足够。

1 个答案:

答案 0 :(得分:0)

如文档https://www.googleapis.com/auth/drive.file中所述,仅允许您访问由应用(您)创建或打开的文件。

https://www.googleapis.com/auth/drive允许您访问用户的所有文件,但“应用程序数据”文件夹除外。

因此,如果您要访问所有用户文件https://www.googleapis.com/auth/drive,则https://www.googleapis.com/auth/drive.file足以创建和更新文件。