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 contract. On box.com web site, we can enable Box accelerator capability on "Content and Sharing" tab in "Account setting" page. But I was not able to find anything about Box Accelerator on Box Content API reference page.
According to descriptions in Box Python SDK: http://box-python-sdk.readthedocs.io/en/latest/boxsdk.object.html : we need to get a special url of to-be uploaded file for Box accelerator in advance to upload a file actually. I tried querying "upload_url" property of the to-be uploaded file which python SDK makes use of, that is considered as the special url for Accelerator, but nothing is returned in my environment.
Any information related to Box Accelerator for Box API would be appreciated.