bvenu
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by bvenu-
bvenu commented,
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...
-
bvenu created a post,
Connection error when the app is deployed on the web server - BoxJWTAuth, .net SDK
My intranet .net application works fine in visual studio. But when I deployed it on the web server I am getting the following error.No connection could be made because the target machine actively ...
-
bvenu commented,
, 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...
-
bvenu commented,
When I create a folder with enterprise access token, who would be the owner of the folder?
-
bvenu commented,
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....
-
bvenu commented,
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...
-
bvenu commented,
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...
-
bvenu commented,
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: ...
-
bvenu created a post,
API calls with JWT hanging
AnsweredI am using Nuget packages for Box API integration from my .net application. I am succesfully getting access token but API calls to create users, folder are just hanging and not working. I am just ...