Teja2630
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by Teja2630-
Teja2630 created a post,
user's setExternalAppUserId() not getting updated
Hello @jcleblanc, Can you please assist on how to set the value for externalappuserid field. I am using below code to create enterprise user in box.. CreateUserParams user_add_params = new CreateUs...
-
Teja2630 created a post,
Not able to establish box connection with proxy configuration
Hi, Can anyone help on how to connect to Boxapi with proxy. I am using below method to connect to BoxApi. BoxDeveloperEditionAPIConnection appUserAPI = null;File configFile = new File(configFilePat...
-
Teja2630 created a post,
Content Transfer to Service Account
Hi, Can anyone help me in transferring the content to service account. I am using box-java-sdk.I have a user called User1. Owns some content in box.I want to de-provision the User1. Before doing t...
-
Teja2630 commented,
Hi , Thanks for the response.I have made the configuration changes to my application as below:App Type: Enterprise IntegrationAuth Method: OAuth2.0 JWTApplication Access: EnterpriseApp Scopes: as...
-
Teja2630 created a post,
BoxAPIConnection exception
Hi, I am new to the box api. I have gone through the java box sdk and trying out to get connection with box with java client. I am simply printing the root folder in the below code but it is throw...