cgopalakrishna
- Activité totale 9
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 0
- Abonnements 3
Commentaires
Activité récente par 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