saurabhschauhan
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by saurabhschauhan-
saurabhschauhan commented,
Hello, Were you able to fix this issue? Please share with us.
-
saurabhschauhan created a post,
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...
-
saurabhschauhan commented,
Thank you guys problem is resolved, I was using the postman from google chrome extension to check the API and getting 500 in response. But now I had tested it on postman official application (http...
-
saurabhschauhan created a post,
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...
-
saurabhschauhan commented,
Thanks for your reply. I want to store metadata of box drive in my database. For this i am thinking of single api through which i can get all data. Like Google Drive api :https://developers.googl...
-
saurabhschauhan created a post,
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.