maple3142 / GDIndex

A Google Drive Index built with Vue Running on CloudFlare Workers
https://gdindex-demo.maple3142.workers.dev/
MIT License
1.85k stars 1.13k forks source link

link without removing authorisation #62

Closed alenpaulvarghese closed 4 years ago

alenpaulvarghese commented 4 years ago

Hey I like to know weather we can download the links without authorisation. downloading the link in other platforms like aria2c outputs authorisation error.

alenpaulvarghese commented 4 years ago

i believe you understand what i am trying to say I think its possible by removing a few lines. this repo does that job https://github.com/donwa/goindex But i love the way u materialized the page and added features

maple3142 commented 4 years ago

Disabling authorization entirely should do the work Or you can configure your downloader to use you credentials, because it use HTTP basic auth, which is a widely supported standard

TheMovieStore commented 4 years ago

By any chance can we only use authentication only for the root directory , and not direct links . I mean direct download can start without pass.

TheMovieStore commented 4 years ago

i believe you understand what i am trying to say I think its possible by removing a few lines. this repo does that job https://github.com/donwa/goindex But i love the way u materialized the page and added features

https://github.com/maple3142/GDIndex/issues/46#issuecomment-608016890 , try this :)

TheMovieStore commented 4 years ago

Disabling authorization entirely should do the work Or you can configure your downloader to use you credentials, because it use HTTP basic auth, which is a widely supported standard

Thank You , Sar awesome work. :)

alenpaulvarghese commented 4 years ago

Disabling authorization entirely should do the work Or you can configure your downloader to use you credentials, because it use HTTP basic auth, which is a widely supported standard

Thank You , Sar awesome work. :)

perfect thanks for the info