dzlabs
- 合計アクティビティ 14
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 5
投稿
dzlabsによる最近のアクティビティ-
How to get a Downscoped Token for a file or folder
I'm playing witth Box API and was trying to get downscoped token for a file (based onhttps://developer.box.com/docs/downscope-tokens), This what I tried: // Define resource and scopes that downs...
-
Unable to retrieve service or enterprise app authorization
回答済みI've created a test Enterprise Integration app and did set the application access to Enterprise. Now on the admin console, when I tried to try to add the API Key ID of this application to list of ...
-
Java SDK - 404 File Not Found on publicly available document
I;m using Box SDK to get an access token like this: val MAX_CACHE_ENTRIES = 100 val accessTokenCache: IAccessTokenCache = new InMemoryLRUAccessTokenCache(MAX_CACHE_ENTRIES) val boxConfig: Box...