Ahmed Salem
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 10
Posts
Recent activity by Ahmed Salem-
How to get a user's Box.com API call usage statistics programmatically?
We are aware of various rate limits (https://developer.box.com/guides/api-calls/permissions-and-errors/rate-limits/). In order to make our program better we would like to know if it is possible to ...
-
Is there a difference between "Make API calls using the as-user header" and "Generate user access tokens" options?
Is there a difference between "Make API calls using the as-user header" and "Generate user access tokens" options?I can understand that the first one uses service account admin token for all users ...
-
How to programmatically determine if GCM is enabled or not?
Hello dear Box team,We want to know if there is a way to understand if GCM (Global Content Manager) scope is enabled for current Client ID programmatically?Do we have an API endpoint/SDK method for...
-
Duplicate Box folders
Recently we noticed that we have multiple folders sharing same name in our Box account. Even though Box does not allow editing and naming other folders as "Images" or "Data Files" we somehow ended ...
-
Get By Path API
AnsweredHello,We're having some performance and stability issues with the Box Search API currently. 3 problems that we currently have are1. Box Search API seems too slow, especially when the number of reco...
-
Is it possible to retrieve the file/folder if we don't know which user is the owner of it?
We have a situation where we can find links pointing to Box files in user's local PC files in the following format.https://app.box.com/file/111111111We know which Enterprise this file points to but...
-
Bad Request during bulk upload
We're implementing a bulk upload for the migration tool to Box. We're trying to solve recurring 429 and 5XX errors with the help of the exponential back-off strategy suggested in Box documentation ...
-
With JWT authentication any token grabs data from my Enterprise account
I was testing JWT authentication using my sample console app and at some point I realized that my access tokens are not being expired. I thought they should expire after 60 minutes.For my surprise,...
-
Is service account user more prone to throttling?
Hi dear Box Team!We are trying to add a Box integration to our custom application and we have some questions in order to choose the authentication method for our application.1. JWT and Client Crede...