dzlabs
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Posts
Recent activity by 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
AnsweredI'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...