jordan_k_miles
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by jordan_k_miles-
jordan_k_miles commented,
That fixed it. Thanks!
-
jordan_k_miles commented,
I went into my app and switched the access to "Enterprise", generated a new access token and attempted to return the users again with the same results. It only returns my two service accounts. Is ...
-
jordan_k_miles created a post,
Issues with retrieving users with a service account
AnsweredI'm trying to use a service account to retrieve users using the /users endpoint from my enterprise but I keep getting "access_denied_insufficient_permissions". I created a new service account and ...
-
jordan_k_miles commented,
You probably want to use JWT authentication: https://developer.box.com/docs/app-auth. You can generate a new access token by sending Box a new JWT.
-
jordan_k_miles commented,
That is probably what I'll end up doing. Thanks for the reply,Jordan
-
jordan_k_miles commented,
I just looked at the documentation again and saw where new items are only available to search after 10 minutes. Is there a way around this? Maybe a way to use an external id for lookup? There does...
-
jordan_k_miles created a post,
Using the search API doesn't return new creations
I have a job that runs and creates files and folders based on data users put into our external system. However, I need to check if the folder exists first so if it doesn't, I can create the folder...