我刚刚用开发令牌试了一下,它似乎可以工作。
curl https://upload.box.com/api/2.0/files/content
-H "Authorization: Bearer <devtoken>" -X POST
-F attributes='{"name":"ken.jpg", "parent":{"id":"0"}}'
-F file=@ken.jpg
{"total_count":1,"entries":[{"type":"file","id":"149964282905","file_version": {"type":"file_version","id":"159621506329","sha1":"078 8d369db76258c45b08be771ff4a55a43d9661"},"sequence_id":"0","etag":"0","sha1":"0788d369db76258c45b08be771ff4a55a43d9661","name":"ken.jpg","description":"","size":5079,"path_collection":{"total_count":1,"entries":[{"type":"folder","id":"0","sequence_id":null,"etag":null,"name":"All Files"}]},"created_at":"2017-03-21T14:48:46-07:00","modified_at":"2017-03-21T14:48:46-07:00","trashed_at":null,"purged_at":null,"content_created_at":"2017-03-21T14:48:46-07:00","content_modified_at":"2017-03-21T14:48:46-07:00","created_by":{"type":"user","id":"270956269","name":"Ken.Domen.Test","login":"ken.domen.test@nike.com"},"modified_by":{"type":"user","id":"270956269","name":"Ken.Domen.Test","login":"ken.domen.test@nike.com"},"owned_by":{"type":"user","id":"270956269","name":"Ken.Domen.Test","login":"ken.domen.test@nike.com"},"shared_link":null,"parent":{"type":"folder","id":"0","sequence_id":null,"etag":null,"name":"All Files"},"item_status":"active"}]}APYRDV30BA5D24:curl kdomen$