is it possible to get details of shared file using its id? here it's a code where i can get details of a shared folder `file_list = drive.ListFile({'q': "'folder ID' in parents and trashed=false"}).GetList()` but i need a code where i can get details (title, size, mimeType) of a shared file...
is it possible to get details of shared file using its id?
here it's a code where i can get details of a shared folder
file_list = drive.ListFile({'q': "'folder ID' in parents and trashed=false"}).GetList()but i need a code where i can get details (title, size, mimeType) of a shared file...