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

[FEAT]: Mega Support #804

Closed
TommyTran732 opened this issue Jan 17, 2023 · 5 comments
Closed

[FEAT]: Mega Support #804

TommyTran732 opened this issue Jan 17, 2023 · 5 comments
Labels
enhancement New feature or request

Comments

@TommyTran732
Copy link

Description

It would be great to have support for cloud storage providers, specifically Mega as it supports E2EE. I noticed that Infuse has support for this, so it would be great if Nova can support it too.

Additional information

No response

@TommyTran732 TommyTran732 added the enhancement New feature or request label Jan 17, 2023
@phhusson
Copy link
Contributor

Are you aware of a generic library (preferably a native library) that support various cloud providers properly? #783 mentions https://github.com/alist-org/alist which looks interesting, but it doesn't support streaming from mega (it starts by downloading the whole file before serving it. it does support streaming for other protocols)

@TommyTran732
Copy link
Author

No unfortunately. I wonder how Firecore does it... hm...

@bryan-y-apollox
Copy link

bryan-y-apollox commented Jan 20, 2023

You can take a look at this Lib: com.github.thegrizzlylabs:sardine-android, it's designed to operate WEBDAV.
And you can debug with this webdav API:
http://alist.xiaoya.pro/

url: http://alist.xiaoya.pro/
path: dav
username: guest
password: guest_Api789

PS: webdav definitely supports streaming. I can watch video(30GB size) through webdav with Infuse.

@phhusson
Copy link
Contributor

I can't connect to your webdav. However I managed to launch a webdav server locally, that should be enough.

@courville
Copy link
Contributor

Let's follow progress there #368

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

No branches or pull requests

4 participants