【发布时间】:2017-12-06 15:11:39
【问题描述】:
我正在尝试使用 REST API 在 Box 上上传文件并收到 500 内部服务器错误。
URL: https://upload.box.com/api/2.0/files/content
Header :- "Authorization: Bearer XYZ"
Body(form-data) : attributes='{"name":"test.png", "parent":{"id":""498765432099}}'
file=file will be here
邮递员截图如下:-
【问题讨论】: