Open AnshumanFauzdar opened 4 years ago
Hello, you can simply add a ".password" file in any folder which you want to be encrypted, file's content is password, enjoy~
Hello, you can simply add a ".password" file in any folder which you want to be encrypted, file's content is password, enjoy~
Thank you! Can you specify line number in code?
Hello, you can simply add a ".password" file in any folder which you want to be encrypted, file's content is password, enjoy~
Thank you! Can you specify line number in code?
This is not configured in code, you just create the file in specific folder of your own Google Drive.
Hello, you can simply add a ".password" file in any folder which you want to be encrypted, file's content is password, enjoy~
Thank you! Can you specify line number in code?
This is not configured in code, you just create the file in specific folder of your own Google Drive.
Ohh well then it is not feasible at all, there are multiple folders and I want them all password protected exactly like this https://github.com/maple3142/GDIndex Still thanks tho!
Okay, I didn't read carefully, what you need is the feature called "HTTP basic auth" which is not included by default in this project. Good luck!
Okay, I didn't read carefully, what you need is the feature called "HTTP basic auth" which is not included by default in this project. Good luck!
Yes! Currently I am implementing dark mode Will pick up authentication next Thank you
Hey @yanzai you willing to add authentication like https://github.com/maple3142/GDIndex ? It would be great! Thank you!
Done in version _4.28
Thank you chief @yanzai
Hey @yanzai A little question! How can I learn all this, I am learning web development and familiar with basic DOM techniques but with cloudflare workers how should I proceed? It will be grateful, if you will share resources or techniques Thank you!
https://developers.cloudflare.com/workers/quickstart#writing-code
and
https://developers.google.com/drive/api/v3/reference
will help you, you also need to know something about HTTP
protocol and JavaScript
Thank you chief!
Everything is great and working smoothly But authentication is only working on main page Can you please implement multi-level authentication like this one have - https://github.com/maple3142/GDIndex ?
Thank you!