Ritika raina

  • Total activity 29
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 11

Activity overview

Latest activity by Ritika raina
  • Ritika raina commented,

    Hey Alex Novotny, Is there a way to get absolute path of a folder?

  • Ritika raina created a post,

    instance_not_found

    Answered

    Is 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...

  • Ritika raina commented,

    Hi Alex Novotny I am actually fetching 200 files from multiple threads for same user. even though I am getting rate limit issue. 

  • Ritika raina created a post,

    Rate Limit issue

    Answered

    Hi, 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...

  • Ritika raina created a post,

    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?

  • Ritika raina created a post,

    Weblinks

    How to know which group or user has access to the weblink via java sdk?

  • Ritika raina created a post,

    Data retrieval

    Answered

    How much time Box usually take to retrieve 1000 files from it via java sdk?

  • Ritika raina commented,

    Hi Alex Novotny Can you please share a java sdk method by which I can set limit while getting enterprise users? In api call I can see there is an option of limit, offset but not from java side.

  • Ritika raina commented,

    Hi Marie, If I have only 2 users in that case why I am getting next marker. Assumption : I should get next marker only when there are lot of users and the limit exceeds the no. of users at a time o...

  • Ritika raina created a post,

    Retrieve users via marker

    Answered

    Hi,  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...