Enayathulla BirurFazil
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
Posts
Recent activity by Enayathulla BirurFazil-
How to get number of documents inside folder using BOX Api
Hi Team, How to get folder size using java box Api, example if i have 4 documents inside a folder. how to get the number as 4 using box Api. Regards, Enayath
-
Regarding UAT Deployment and Access Box Api from UAT
Hi Team, Hi All, Using box Api in java, when trying to make connection in UAT along with PROXY its not not working, Any suggestions how to pass PROXY to box API......... ...
-
How to change updatedBy OR modified by user details of a file
To our Box account multiple users uploads file using Custom application, for all the files updated by details are same BUT I wanted this to be uploaded user email address. How to achieve this.
-
Implementing content explorer Type: 'error', status: 403, code: 'cors_origin_not_whitelisted'
Using below approach to display the Box content in UI: https://developer.box.com/guides/embed/ui-elements/explorer/ while doing that in Browser i am getting error: pe: 'error', status: 403, code: '...
-
com.box.sdk.BoxAPIResponseException: The API returned an error code [400] unauthorized_client - The "box_subject_type" value is unauthorized for this client_id
Hi Team, In JAVA project getting error while using below code(JWT with SDKs) : BoxCCGAPIConnection client = BoxCCGAPIConnection.applicationServiceAccountConnection( "cd0h41a9vqhs77iin", "Ly...
-
java.lang.NoClassDefFoundError: com/eclipsesource/json/Json
I am facing issue while reading config during runtime with JAVA application At line: BoxConfig boxConfig = BoxConfig.readFrom(reader); ERROR: java.lang.NoClassDefFoundError: com/eclipsesource/jso...