bvenu
- 合計アクティビティ 11
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
bvenuさんの最近のアクティビティ-
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...
-
bvenuさんが投稿を作成しました:
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さんがコメントを作成しました:
, 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さんがコメントを作成しました:
When I create a folder with enterprise access token, who would be the owner of the folder?
-
bvenuさんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんが投稿を作成しました:
API calls with JWT hanging
回答済みI 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 ...