Nidhi Joshi
- 合計アクティビティ 24
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 8
アクティビティの概要
Nidhi Joshiさんの最近のアクティビティ-
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...
-
Nidhi Joshiさんが投稿を作成しました:
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 ...
-
Nidhi Joshiさんがコメントを作成しました:
@Peter Christensen, I have added the origin from where I am passing request to box i.e "https://contentintelligence.lightning.force.com" in the Allowed Origins but still I am getting "Access to XML...
-
Nidhi Joshiさんがコメントを作成しました:
Hi Peter Christensen, Thanks for the quick response. I tried the above solution which you suggested but it didn't work. Still facing the same issue. I want to upload files to box from js fetch api....
-
Nidhi Joshiさんが投稿を作成しました:
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" ; ...
-
Nidhi Joshiさんが投稿を作成しました:
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?
-
Nidhi Joshiさんがコメントを作成しました:
Peter Christensen, Thanks for replying. Just wanted to know is there any way by which I can upload larger length files to BOX from Salesforce(HTTP).
-
Nidhi Joshiさんがコメントを作成しました:
Peter Christensen, I am getting 'API upload did not contain a file part ' error while uploading file to box. Could you please help me with the possible reason for this error? Thanks
-
Nidhi Joshiさんが投稿を作成しました:
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.
-
Nidhi Joshiさんがコメントを作成しました:
Peter Christensen, ok, so either I can choose 'App Access Only' Scope with 'Generate user access tokens' feature set or 'Enterprise' scope. Am I right?