cgopalakrishna
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
アクティビティの概要
cgopalakrishnaさんの最近のアクティビティ-
cgopalakrishnaさんがコメントを作成しました:
I created user and then I had to grant permission to that user to the Box folder. And use the User ID to get user and then I was able to upload the file. Not sure if this is the right way to do. I...
-
cgopalakrishnaさんがコメントを作成しました:
var session = new BoxJWTAuth(BoxConfig.CreateFromJsonFile(fs));var serviceAccountClient = session.AdminClient(session.AdminToken());// Use the GetCurrentUserInformationAsync method to retrieve cur...
-
cgopalakrishnaさんが投稿を作成しました:
Box JWTOauth App User - 404 error
I am new to Box development.I created app user using JWT Oauth. When I try to upload file or create folder, I get 404 error message. Basically app is not having access to folder. I am not sure whe...
-
cgopalakrishnaさんがコメントを作成しました:
Okay. I create JWT Oauth as you suggested. But for some reason the app doesn't have permission to the folders. If I try to upload using app user, I get item not found error.
-
cgopalakrishnaさんが投稿を作成しました:
Box File Upload
We are migrating documents from SharePoint to Box. But with FileUpload API which is single file is taking lot of time. Is there anyway to increase the speed. When migration is running, after few h...
-
cgopalakrishnaさんがコメントを作成しました:
The PDF file is getting corrupted if I upload using powershell. Any idea what is the reason