saurabhschauhan
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Posts
Recent activity by saurabhschauhan-
CORS issue in file uploading
Hello, I'm sending file upload request from http://localhost:8080 and getting error [Error] XMLHttpRequest cannot load https://upload.box.com/api/2.0/files/content. Origin http://localhost:8080 is...
-
Error code 500 while uploading the file.
AnsweredHi,I'm trying to upload file using rest API and getting 500 Internal Server Error. URL: https://upload.box.com/api/2.0/files/contentHeader :- "Authorization: Bearer XYZ"Body(form-data) : attribute...
-
Is there any Rest api to get metadata of all folders and files in Box Drive ?
Hello,In my application I want to get the whole box drive metadata, is there any rest API by which I can get the whole drive metadata . Thank you.