我可以举个例子,说明如何使用 box-api V2 使用共享链接 api 获取共享项目详细信息。
例如,如果文件夹是公开共享的
1. Do I need use authorization in calling the API get the folder details ?
谢谢,
我可以举个例子,说明如何使用 box-api V2 使用共享链接 api 获取共享项目详细信息。
例如,如果文件夹是公开共享的
1. Do I need use authorization in calling the API get the folder details ?
谢谢,
您需要查看文档以生成共享链接 ( http://developers.box.com/docs/#files-create-a-shared-link-for-a-file ) 并获取有关文件和文件夹的信息.
如果您有权访问该文件,则可以“获取有关文件的信息”以确定是否启用了共享链接。如果否,则为 Null,如果已启用,则提供 Web URL 或下载 URL,以及“打开”、“公司”或“仅限合作者”链接。
但是,如果您不拥有或无权访问该文件,但有指向该文件的共享链接,您可能还需要查看此文档。 http://developers.box.com/using-shared-items/