Hello,
I have a question regarding the API for uploading files, which you can find here: https://developer.box.com/reference/post-files-content/.
In the "cURL" section of the Request Example, even when I use the correct parameters and send the request, it results in a 404 error. I suspect the URL used for the POST request might be incorrect.
Upon checking the Upload file documentation, it specifies the URL for the POST request as https://upload.box.com/api/2.0/files/content, and this URL seems to work perfectly.
Would it be correct to assume that there might be an error in the Request Example provided?
Thank you.