NICK CAWOOD
- Activité totale 16
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 1
- Abonnements 3
Aperçu des activités
Dernière activité effectuée par NICK CAWOOD-
NICK CAWOOD a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a créé une publication,
Tip: create a download link for a file
TerminéeHi 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 a ajouté un commentaire,
Hi, is there any update on this issue? Thanks, Nick
-
NICK CAWOOD a ajouté un commentaire,
Thanks Alex.
-
NICK CAWOOD a ajouté un commentaire,
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 a ajouté un commentaire,
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 a créé une publication,
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 a ajouté un commentaire,
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...