cgopalakrishna
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by cgopalakrishna-
cgopalakrishna commented,
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 commented,
var session = new BoxJWTAuth(BoxConfig.CreateFromJsonFile(fs));var serviceAccountClient = session.AdminClient(session.AdminToken());// Use the GetCurrentUserInformationAsync method to retrieve cur...
-
cgopalakrishna created a post,
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 commented,
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 created a post,
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 commented,
The PDF file is getting corrupted if I upload using powershell. Any idea what is the reason