RESTClient icon indicating copy to clipboard operation
RESTClient copied to clipboard

Can I upload local file using PUT metod?

Open bastikus opened this issue 4 years ago • 0 comments

I type in "Body" field is "@s:\Book\Guide.pdf"

Example of Curl command: curl -X PUT -k -H 'Authorization: HCP YmFzdGlr:f7c2a26b639e62390dd1d12e0481b8e7' -H 'Content-Type: application/pdf' -i 'https://data.box.store.example.com/rest/book/Guide.pdf' --data '@s:\Book\Guide.pdf'

I get Status Code: 201 Created But file zero size.

bastikus avatar Oct 27 '20 15:10 bastikus