jordan_k_miles
- 合計アクティビティ 10
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
アクティビティの概要
jordan_k_milesさんの最近のアクティビティ-
jordan_k_milesさんがコメントを作成しました:
That fixed it. Thanks!
-
jordan_k_milesさんがコメントを作成しました:
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さんが投稿を作成しました:
Issues with retrieving users with a service account
回答済みI'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さんがコメントを作成しました:
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さんがコメントを作成しました:
That is probably what I'll end up doing. Thanks for the reply,Jordan
-
jordan_k_milesさんがコメントを作成しました:
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さんが投稿を作成しました:
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...