标签: python google-drive-api
我需要下载谷歌驱动器中的图像。我看过帖子Downloading Images from Google Drive,但不清楚。任何帮助将不胜感激。
答案 0 :(得分:0)
尝试:
file = service.files().get(fileId=file_id, fields='downloadUrl').execute() print file['downloadUrl']