Nidhi Joshi
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
Posts
Recent activity by Nidhi Joshi-
It is possible to upload a file with the Box API using a URL to a file.
I need to upload a file to box folder, but my requirement is rather then sending the whole file in body I want to upload the file from URL. I have that file URL in contentVersion. Is this possible...
-
CORS error while uploading file to box
Hi Team, I have added the origin from where I am passing request to box i.e "https://contentintelligence.lightning.force.com" in the Allowed Origin but still I am getting "Access to XMLHttpRequest ...
-
uploading file from js fetch api to box and keep getting 415 error. Can anyone please let me know what mistake I am making here? Thanks
var header = boundary + "\r\nContent-Disposition: form-data; name=\"file\"; filename=\"" + this.fileData[0].Title + " \"" + "\nContent-Type: application/octet-stream" ; ...
-
Not able to upload file to box folder
I am trying to upload a file to box from javascript using fetch api. Is there any different syntax for that?
-
How can I get list of all folders and their subfolders from box?
I want to get list of all folders and subfolders from box. I am hitting https://api.box.com/2.0/folders/0, but I am only getting all folders not their sub folders. Can anyone please help.
-
Grant credentials are invalid
Hi All, Getting "Grant credentials are invalid" error. Client ID : 0ahcovdzholujrpt39uh42r95i6i979m App access level is - App only access Authentication method is - OAuth 2.0 with Client Credential...
-
"error":"invalid_grant","error_description":"Grant credentials are invalid"
public static string getAccessToken(){ String clientid = '*****'; String clientpassword = '*****'; string username = '*****'; string password = '*****'; String endpoint = 'https...