patheticGeek / gdrive-index

An index server for Google Drive
106 stars 117 forks source link

Problem with .tar files while downloading #4

Closed rsoorajs closed 4 years ago

rsoorajs commented 4 years ago

.tarfiles doesnt starts downloading.showing downloading option and just getting cancelled while we try to download.

IMG_20200711_185025_887 IMG_20200711_185824_420 IMG_20200711_185023_475

Proofs are attached.Kindly fix the bugs.

Thanks in advance

patheticGeek commented 4 years ago

Can you try checking logs and see if it has some errors logged out?

rsoorajs commented 4 years ago

Can you try checking logs and see if it has some errors logged out?

lol i am sorry.now its working fine.i was tried on vm.now i tried on my ubuntu server and works great.

can you add more themes ? like material designed themes ? add those as an env variable to select color and themes. those are beautiful. you can grab it from here

rsoorajs commented 4 years ago

also i noticed that i cant use your gindex scirpt on other codes because

https://demohosting.com/api/file/download/73094102_734789193690893_683138730954790296_n.jpg.tar?id=xxxxxx

your gdrive generates link just like this

but almost other repos supports in this format

`https://demohosting.com/filename.tar'

or

https://demohosting.com/api/file/download/73094102_734789193690893_683138730954790296_n.jpg.tar

kindly dont add that id section in your code..you can add id before the file name if you need..because we are providing index url to other codes just like this

https://demohosting.com/api/file/download/73094102_734789193690893_683138730954790296_n.jpg.tar

file name must be at the end..you can add that id thing before the file name.hope you will fix this soon.Thank you

patheticGeek commented 4 years ago

Which other codes are you talking about? the id is query parameter in irl so it is always at the end of url .. the page name is the filename and it should not interfere with anything. I'm working on streaming video thru this link and its working fine