cgopalakrishna
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by 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