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.