我需要得到一个图像的下载网址,这是谷歌驱动器。我已经看到了帖子Downloading Images from Google Drive,但不清楚。任何帮助都将不胜感激。
发布于 2013-05-13 08:02:07
尝试:
file = service.files().get(fileId=file_id, fields='downloadUrl').execute()
print file['downloadUrl']https://stackoverflow.com/questions/16509737
复制相似问题