Sergei Razin
Results
1
issues of
Sergei Razin
Builtin method has a limit of 10Mb: [https://googleapis.github.io/google-api-python-client/docs/dyn/drive_v3.files.html#export_media](url) You can request exportLinks field in the [Files: list](https://developers.google.com/drive/api/v3/reference/files/list): ``` curl \ 'https://www.googleapis.com/drive/v3/files/[FILE_ID]?fields=exportLinks' \ --header 'Authorization: Bearer [ACCESS_TOKEN]' \ --header 'Accept: application/json'...
type: feature request