File hosting service for asset bundle

Hi,

I am looking for a file hosting service to provide for the users to download asset bundles in my android game. The download links should be direct, so I can call WWW(url) to download it.

I tried many file sharing services such as Google Drive, DropBox, pCloud, OneDrive, … but they all change the download link after a while.

And also, I tried with web hosting services, but when I call www I get some javascript code (a protection from bots - as I found when googling -).

Any suggestions?

Thanks in advance!

try this trick for converting Google Drive link to a Direct Link

Firebase Cloud Storage might be a good solution.