Hi Rui ,
We are having company account with Box site, where were using
Webdev (using curl ) to upload files to Box site .
“*/opt/bin/curl -vsiS -n -T product.zip https://dav.box.com/dav/Data%20Sharing*/”
so from 5 years we have been uploading files to site.Now we came to know that webdev is being depricated .And it is no longer working.
Could you please suggest how can we move forward with this.
AFter going through developer documents i found the similar kind of things related to curl .
curl -X POST https://api.box.com/2.0/files/content
-*H ‘Authorization: Bearer DEVTOKEN’ *
-H “Content-Type: multipart/form-data”
-F attributes=‘{“name”:“Photo.jpg”, “parent”:{“id”:“121466666995”}}’
-F file=@Photo.jpg
How can we get Authorization parameter for already created application .
Thanks in advance