Download a file from Drive.
Download a single file from Drive.
Provide one of the following to identify the file:
- `path`: fully qualified path (e.g., '/foo/bar/hello.txt')
- `name` + `folder`: file name within a specific folder (e.g., name='hello.txt', folder='/foo/bar')
Returns the file content as a streaming binary response.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
path
Fully qualified path to the file (e.g., ‘/foo/bar/hello.txt’)
name
File name to search for (e.g., ‘hello.txt’)
folder
Folder to search within (e.g., ‘/foo/bar’)
Response
Successful Response