通过 HTTP GET 请求从 Google 驱动器下载文件
Download file from Google Drive via HTTP GET request
请帮帮我。如何通过 HTTP GET 请求(使用 wget/curl/postman/etc)从 Google 驱动器获取文件?
我需要什么?文件 ID、访问令牌和什么?如何正确编写此 HTTP 请求?
谢谢!
谢谢@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
请帮帮我。如何通过 HTTP GET 请求(使用 wget/curl/postman/etc)从 Google 驱动器获取文件?
我需要什么?文件 ID、访问令牌和什么?如何正确编写此 HTTP 请求?
谢谢!
谢谢@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