You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That function makes a multipart POST to https://upload.box.com/api/2.0/files/content and Box's docs expect a file. I don't believe Box's API supports fetching files from arbitrary URL's.
EDIT: from the same docs referenced above, a manual cURL request to this endpoint would look like the below:
Hi,
I want to upload a file via absolute internet url like 'http://mydomain//myfile.jpg'
but i am getting an error 'unhandled stream error in pipe'
Can you please guide me how to achieve this? How can i upload a file present over the internet.
Waiting for your response,
Shahbaz
The text was updated successfully, but these errors were encountered: