用户是否可以编辑存储在 Google Drive AppData 文件夹中的数据?

Are users able to edit the data stored in the Google Drive AppData folder?

我正在构建一个应用程序,我想将用户的秘密存储在他们自己的 Google 驱动器中他们自己的 AppData 文件夹中。这是文档的 link:https://developers.google.com/drive/api/v3/appdata

文档是这样说的:

Use this folder to store any files that the user shouldn't directly interact with

我想就“直接”一词的使用寻求澄清

假设用户无权访问我的应用程序的客户端机密,那么用户是否能够使用 Google 修改我的应用程序存储在其 Google 驱动器的 appdata 文件夹中的文件自己开车API?

Use this folder to store any files that the user shouldn't directly interact with 表示:

  • 用户无权通过 UI
  • 访问该文件夹
  • 用户无法在创建此文件夹的应用程序和范围之外以编程方式访问该文件夹
  • 用户将拥有您的应用实现的间接访问权限 - 例如如果您的代码包含在用户单击按钮时创建/读取/修改应用程序文件夹中的数据的功能 - 那么用户在单击按钮时执行间接交互