NICK CAWOOD
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
Activity overview
Latest activity by NICK CAWOOD-
NICK CAWOOD commented,
Got this to work today - I had a set of steps in "my API" that generated the bearer token and then uploaded the file.I took out the token generation and passed the token to the API and it worked as...
-
NICK CAWOOD commented,
I don't think that the download_url is cURL compliant. I have only ever used it in a browser.If you want to download a file that you've create a Share Link for I think you need to use the Box API a...
-
NICK CAWOOD commented,
Hi Alex,So I changed my API to use the different Content-Type (within the API management tool) and passed the data/body syntax you suggested, with a link to a PDF document on my laptop etc.This tim...
-
NICK CAWOOD created a post,
Tip: create a download link for a file
CompletedHi All,If anyone needs to create a download link for an existing file in Box you can do this by creating a "Share" using the Box API as per the guide here: https://developer.box.com/reference/put-f...
-
NICK CAWOOD commented,
Hi, is there any update on this issue? Thanks, Nick
-
NICK CAWOOD commented,
Thanks Alex.
-
NICK CAWOOD commented,
Yes I get the same error: {"code":"bad_request","help_url":"http://developers.box.com/docs/#errors","status":400,"message":"the request was rejected because no multipart boundary was found","type":...
-
NICK CAWOOD commented,
Hi, I am proxying the Box API in an API Management system.This is the form data (below) being passed to https://upload.box.com/api/2.0/files/contentCan the Box API handle this?Thanks, Nick --------...
-
NICK CAWOOD created a post,
Converting multipart/form-data to body
Hi, I am trying to use the File Upload API ( https://developer.box.com/reference/post-files-content/ ) in my application to upload files to Box folders.However I need to convert the multipart/form-...
-
NICK CAWOOD commented,
Update: my issues were around my App not being authorized as needed. The admin of my Enterprise decided not to authorize it. I have created my own personal account with box.com and authorized my ow...