Ritika raina
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
Posts
Recent activity by Ritika raina-
BOX PKCS private key issue
AnsweredWhile creating new app in enterprise account, getting "Error parsing PKCS private key for Box Developer Edition.". Using box sdk 2.58.0.
-
instance_not_found
AnsweredIs there any way to check if file metadata is present or not? If there is no metadata in any file file.getMetadata throws this exception -> The API returned an error code [404 | e01hpdgy0zk02zb8.0f...
-
Rate Limit issue
AnsweredHi, I am facing rate limit issue when trying to fetch data for more than 200 files at once. com.box.sdk.BoxAPIRequest : Retrying request due to transient error status=429 body={"type":"error","stat...
-
Related to users and groups
How many users are allowed in a box Group? Is there any way to retrieve next marker from BoxGroup.getAllGroups in java sdk?
-
Weblinks
How to know which group or user has access to the weblink via java sdk?
-
Data retrieval
AnsweredHow much time Box usually take to retrieve 1000 files from it via java sdk?
-
Retrieve users via marker
AnsweredHi, Need to know how we will get first 20 enterprise users and then get marker to read more users. I found this method: BoxUser.getAllEnterpriseUsers(api, true, marker); but didn't understand what...
-
Folder path
AnsweredCan we search for folder by folder name or path via java box sdk?
-
weblinks
AnsweredHow to retrieve weblinks from root folder with box java sdk?
-
Retrieve files
AnsweredHow to retrieve all files from box via java box sdk? It should retrieve files from root folder, folder inside root folder and from subfolders also?