Closed simonw closed 2 years ago
drive_files
contains files, with a _parent
foreign key to the parent folderdrive_folders
contains folders, with a self-referential _parent
foreign keydrive_users
contains users who may own or have modified filesdrive_folders_owners
relates folders to their ownersdrive_files_owners
relates files to their owners--import-json
and --import-nl
options to the files
command for creating a database using JSON data retrieved previously using the --nl
and --json
options. #20--starred
, --trashed
and --shared-with-me
options for files
as shortcuts for constructing more advanced search queries. #25
I'm going to drop the alpha, since the verification in #10 is very uncertain.