简体   繁体   中英

how to collaborate two folders on the same box account on boxapi?

我是 box API 的新手,如何在同一个 box 帐户上协作两个文件夹或使用 rest API 在同一个 box 帐户上共享文件或文件夹

The easiest way will be to use the collaborations endpoints to add all users that need access to the files / folders. Here's some info on that:

This handy chart shows what each collaboration level will get access to, so use that as a reference when you're collaborating a user in on a file / folder.

Since you've tagged this as PHP, I would also like to mention that there are no official PHP SDKs. We do however have a number of PHP / Laravel wrappers under our community projects .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM