bvenu
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by bvenu-
I had the same issue. I created an app user using .net API and ran into permission issues. I tried setting up the permissions in the admin console, but no luck. I finally setup a new user in the a...
-
, Thank you so much for your responses. I finally was able to sort out the issue. I found that the .net SDK is not creating the user with appropriate permissions. When I used a different user whic...
-
When I create a folder with enterprise access token, who would be the owner of the folder?
-
I need a little bit more help on this. I have tried to use the APIs as-user and got insufficient permissions error. I even setup the user as an admin in admin console and received the same error....
-
User access token. Here's my code.//using an app user that I created alreadyvar userToken = session.UserToken(app_user_id);var userClient = session.UserClient(userToken, app_user_id); var newFolde...
-
Thanks for the response. I am making progress. Earlier I gave User Access to "App Users" as per documentation and now selected "All Users". I also selected all options for scopes and advanced feat...
-
Sorry, here's the error message that I am getting when trying to create an app_user A first chance exception of type 'Box.V2.Exceptions.BoxException' occurred in Box.V2.dllAdditional information: ...