dzlabs
- Activité totale 14
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 0
- Abonnements 5
Publications
Activité récente par 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
RéponduI'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...