我正在尝试使用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
邮差截图如下: -
答案 0 :(得分:0)
我使用谷歌浏览器扩展程序的邮递员检查API 并得到500回应。
但现在我已经在邮递员官方申请(https://www.getpostman.com/apps)上对其进行了测试。现在它工作正常。
由于postman扩展已被弃用,它仍然给我错误,但在官方应用程序上它的工作正常。