Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to open an audio / video file with the user-compatible application? #378

Open
fiasko131 opened this issue Jul 4, 2018 · 0 comments
Open
Labels

Comments

@fiasko131
Copy link

fiasko131 commented Jul 4, 2018

I come back to this point: #292

Your "restriction" of not giving a method to get an inputstream has a bad consequence for an android sdk: you can not open a box file with the application of your choice.

Indeed with other cloud providers, I can reuse the inputstream file (video, audio) and stream to the application that chooses the user, through a server Http reachable at http: // localhost: 12345 for example.

This works perfectly with dropbox, googledrive, onedrive ... but impossible with your sdk.

The user is obliged to install the application box to view the files without downloading them (audio, video).

Is it a will of the developers of this sdk or box?

The hack I set up here works to upload a box file to another provider or an smb for example ... but to stream no.

I find it curious not to implement an inputstream getter ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants