This repository was archived by the owner on Jul 22, 2021. It is now read-only.

Description
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...