문제

I'm reading API 2.0 documentation and try using POSTMAN (recommended in the documentation).

In "Upload a file" section, I got "404 not found" error.

for example:

{"type":"error","status":404,"code":"not_found","help_url":"","message":"Unknown Error","request_id":"11139828924fa91c0d283d2"}

POSTMAN window image is here. Base URL is tring "upload.box.com/api/2.0" (temporary, according to the document).

What's wrong?

도움이 되었습니까?

해결책

The domain specific Upload issues have all been resolved. You can now direct all API requests, including uploads, to https://api.box.com/2.0

다른 팁

One more point, your POSTMAN request misses to indicate folder_id in its form data . You need that "folder_id" value for the request to work .

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top