menukaonline / goindex-extended

A Google Drive Index, which has a lot of extra features, running on Cloudflare Workers.
https://demo.dudoo.workers.dev
MIT License
454 stars 253 forks source link

Refresh Issuee #10

Closed SyedTahseen closed 3 years ago

SyedTahseen commented 3 years ago

Dude, it's design is cool. But it got refresh issue. Manytimes when we open folders, we need to refresh it everytime.

menukaonline commented 3 years ago

How did you create the code? By using quick deployment method mentioned in the readme.md or filling details manually by taking the code inside index.js? Do you experience the same issue when using the demo mentioned in the repo description?

menukaonline commented 3 years ago

Please use this: index_beta.js instead.(Until the fix comes with the stable version)

You can fill required fields manually by using previously generated data. Or use quick deployment option to generate auth credentials.

When using the beta version, if you get any problems relevant to API limits, please reopen this issue.

SyedTahseen commented 3 years ago

okay brother, can you add a feature like we can search files from the whole drive like the official Google Drive app search files from shared drive too, rather than searching it from one shared drive to another, and upload feature like gdindex would be great to upload small files quicky.

menukaonline commented 3 years ago

Making the search function able to search across all drives is quite easy but once the search results are retrieved, file path should be created to the file, relative to the disk root. In this case, if the file that user tries to download is from another drive which is not included in the index, then a download url(a path which starts from the index root (ex: blahblah.workers.dev/path/file.txt)) cannot be created. But I still see some possibility to retrieve search results only from drives which are included in the index. But I have to study more about it before saying whether it can be done or not.

When it comes to uploading option, the only thing I have to say is the same thing I said regarding the global search option

SyedTahseen commented 3 years ago

Screenshot_20210912-210550 I found another issue, it isn't working in UC browser

menukaonline commented 3 years ago

It seems like they use kind of a content compressing method to enhance the UX which can cause issues. Also, the opensource icons used in this project doesn't provide any support for this browser so it may cause this issue also. Anyway I will have a look but it may take some time:3