andresoviedo / google-drive-ftp-adapter

Google Drive FTP Adapter to connect to google drive through the FTP protocol
GNU Lesser General Public License v3.0
395 stars 93 forks source link

Get All ID Folder and File #33

Closed iamnhaan closed 5 years ago

iamnhaan commented 5 years ago

How to get all File ID and Folder ID in Cache

Tks all

andresoviedo commented 5 years ago

Hi. Not sure why you need it. I suppose you are developing something.

The cache is an sqlite database. You can open it and see all that info. If you are doing it in code, you would have to access GFile class.