RESTClient
RESTClient copied to clipboard
Can I upload local file using PUT metod?
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.