dzlabs
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by dzlabs-
dzlabs commented,
is it possible to increate the expiration time? 60s is very short!
-
dzlabs commented,
I would like to know the MIME type, I've case where I need to handle text files (e.g. CSV) vs binary ones (e.g. PDF) differently. Wonder if there is a way to get such information? I tried to use t...
-
dzlabs commented,
I managed to read the file using the shared link as follows (it may be helpful in your case):val enterpriseApi = BoxDeveloperEditionAPIConnection.getAppEnterpriseConnection(boxConfig, accessTokenC...
-
dzlabs commented,
Still running into The API returned an error code [400] invalid_resource - The target resource is invalid.Just to give more context, the file i'm trying to read is publicaly availalble to anyone w...
-
dzlabs created a post,
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...
-
dzlabs commented,
I got same error even when trying through a user connection like this (scala using java sdk)val MAX_CACHE_ENTRIES = 100 val accessTokenCache: IAccessTokenCache = new InMemoryLRUAccessTokenCache(MA...
-
dzlabs commented,
Found the solution in this page https://developer.box.com/docs/setting-up-a-jwt-app#section-step-3-grant-access-for-the-application-in-your-enterprise
-
dzlabs created a post,
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 ...
-
dzlabs created a post,
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...