Ahmed Salem
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 10
Activity overview
Latest activity by Ahmed Salem-
Ahmed Salem created a post,
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 ...
-
Ahmed Salem created a post,
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 ...
-
Ahmed Salem created a post,
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...
-
Ahmed Salem created a post,
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 ...
-
Ahmed Salem commented,
Thanks for looking for that Alex. We will try to reproduce it again and get back to you then.Not sure if it will be helpful, but actually I kept our internal logs for Friday when the issue was repr...
-
Ahmed Salem created a post,
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...
-
Ahmed Salem commented,
Hi Alex. Thanks for the response.No, the client_id we were using was 8163kbn9cdkf4a9l8lwgi5sholqb3pe1.And both 400 status responses we've experienced were thrown from FilesManager.UploadAsync metho...
-
Ahmed Salem created a post,
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...
-
Ahmed Salem created a post,
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 ...
-
Ahmed Salem commented,
I dug sources and at this point it seems to me that SDK itself takes care of getting the token if you pass a wrong token.if (boxResponse2.Status == ResponseStatus.Unauthorized)boxResponse2 = await ...