Download file from Google Drive via HTTP GET request

好久不见. 提交于 2019-12-25 08:57:21

问题


Please help me. How I can get a file from Google Drive via HTTP GET request (using wget/curl/postman/etc)?

What I need? File ID, access token and what? How correctly write this HTTP request?

Thanks!


回答1:


Thank you, @pinoyyid!

Instructions are at developers.google.com/drive/v3/reference/files/get You can use the form on the right to try it, and use the Chrome Dev Console to capture the http request to a curl command



来源:https://stackoverflow.com/questions/46510380/download-file-from-google-drive-via-http-get-request

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!