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

pathstring or nullOptional

Fully qualified path to the file (e.g., ‘/foo/bar/hello.txt’)

namestring or nullOptional

File name to search for (e.g., ‘hello.txt’)

folderstring or nullOptional

Folder to search within (e.g., ‘/foo/bar’)

Response

Successful Response

Errors