Box Enterprise API:我的文件在哪里 "live"?

Box Enterprise API: Where do my files "live"?

我有一个 Box Enterprise 帐户,并启用了 Box Developers 功能。我能够创建一个 Box 开发人员应用程序,创建必要的身份验证,并将它用于非常简单的 Python 脚本,使用 SDK 创建文件夹、上传文件等

但是,当我登录到我的 Box 帐户时,文件不在那里,当我从 Python 中调用 API 时,我也看不到我的 Box 帐户中的其他文件。这个 space 在哪里,我可以通过我的常规 Box 登录访问它吗?

在 API 内,我可以打电话看看我在哪里,但我不认识这个 space:

根文件夹所有者:AutomationUser_[string]@boxdevedition.com

根文件夹名称:All Files

client.user(user_id='me').get().name: [Name of my app, in my Box dev console]

每当在 Box Developer Console 中创建新应用程序时,Service Account is created

Service Accounts are not visible to standard Box Users as they do not represent an individual user, but rather an application. To view the content of a Service Account, an Administrator can use the Global Content Manager in the Box Admin Console to view the Service Account and all of its associated content.

要查看服务帐户的内容,

  1. https://app.box.com/,在左侧边栏中转到 "Admin Console"。 (Image)
  2. 转到内容管理器(第 3 个选项卡 - 文件夹图标 - https://app.box.com/master/content). You'll find the service account listed there from which you can see it's contents. (Image)