We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bdc479 commit f41b4f6Copy full SHA for f41b4f6
real.py
@@ -29,5 +29,5 @@ def save_response_content(response, destination):
29
if chunk: # filter out keep-alive new chunks
30
f.write(chunk)
31
file_id = '1baaiKAk1KlTfnO3T3wI42cRwGVVBsMuF'
32
-destination = '/home/black.mkv'
+destination = '/home/myusername/work/myfile.ext'
33
download_file_from_google_drive(file_id, destination)
0 commit comments