Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要获取谷歌驱动器中图像的下载网址。我看过从 Google Drive 下载图片的帖子,但不清楚。任何帮助将不胜感激。
尝试:
file = service.files().get(fileId=file_id, fields='downloadUrl').execute() print file['downloadUrl']