cgopalakrishna
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
コメント
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...
-
var session = new BoxJWTAuth(BoxConfig.CreateFromJsonFile(fs));var serviceAccountClient = session.AdminClient(session.AdminToken());// Use the GetCurrentUserInformationAsync method to retrieve cur...
-
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.
-
The PDF file is getting corrupted if I upload using powershell. Any idea what is the reason