iterative / PyDrive2

Google Drive API Python wrapper library. Maintained fork of PyDrive.

Home Page:https://docs.iterative.ai/PyDrive2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Review and fix issues with find

shcheklein opened this issue · comments

          okay, problems that I see:
  • maxdepth is not supported
  • withdirs is not supported (must have for expand path)
  • doesn't check bucket name find('.') and find('etasderwer') return the same result
  • it keeps appending ids to cache every time even for already known
  • cache is not locked (multithreading support) - this is a bit more advanced and less critical to start with

Originally posted by @shcheklein in #229 (comment)