You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.
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...
The text was updated successfully, but these errors were encountered: