79687783

Date: 2025-07-02 16:42:32
Score: 2
Natty:
Report link

The issue is likely missing key values for the file part of the form data. The Box API requires the "name" and "filename" keys.

name="file"; filename="myfile.pdf"

This is not mentioned in the API reference but is shown in the following article:

https://developer.box.com/guides/uploads/direct/file/

It is also referred to in the following thread:

https://community.box.com/support-forum-47/api-upload-did-not-contain-a-file-part-10142?tid=10142&fid=47

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: nicocizik