takepon
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by takepon-
takepon commented,
Thanks for the info. Yes, recently I also got a reply from Box support that the Box Accelerator is not available through Box API. Download speed is not so bad without the accelerator, but upload s...
-
takepon commented,
According to Python SDK, the following looks URLs to query Box Accelerator URL for file upload: Existing file: https://api.box.com/2.0/files/[fileid]/contentNew file: https://api.box.com/2.0/files...
-
takepon created a post,
How can I utilize Box Accelerator using Box API or Java SDK?
How can I utilize Box accelerator capability using Box API or Box Java SDK? Box accelerator capability is enabled in my box account because I am a member of company which has an Box enterprise co...
-
takepon commented,
Thanks! It looks multiple access tokens generated are intended to be used in different clients. So I may not need to cache multiple access tokens for one AppUser on one client, but it is enough t...
-
takepon commented,
Thanks for replying. As long as I checked, Box platform is possible to provide multiple access tokens for one AppUser. That is impossible in standard Box OAuth2 application which provides a pair o...
-
takepon created a post,
Using multiple access tokens in one Box appliction for a unique "AccessTokenCacheKey"
AnsweredI am making use of Box Java SDK for creating my box application. In Box platform (BoxDeveloperEditionAPIConnection), do we have any merit to use more than two access tokens for a unique "AccessTok...