RClone HTTP server with direct download

Hello!
It's my first post here, :wave:
I would like to ask if there is anyway to actually serve a http server and make it so that every download doesn't come from the machine it's hosted on but directly from google. Making it faster and more reliable.
Thanks in advance :wink:

Not currently. It would require the client having the auth for the google server which may not be desirable.

Oh ok thanks, so there is no way to do it right?

Are they public files? Or do they need a password to access?

I can make them public, no problem

What you could do is script the generation of static html using rclone link to generate external URLs.

I guess rclone serve http could do this too with a bit of work.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.