Downloading File From Google Drive | Community
Skip to main content
Level 4
February 28, 2017
Solved

Downloading File From Google Drive

  • February 28, 2017
  • 4 replies
  • 2286 views

Hi,

    Is there any way to download file from google drive and use in data loading ?

    l Web download would work in that scenario ?

    If Yes, please elaborate the required steps.

 

Thanks 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by vraghav

Hi Ketan,

 

If I fire your URL in my browser, I observe the same problem. This is the response received

{ "error": { "errors": [ { "domain": "usageLimits", "reason": "dailyLimitExceededUnreg", "message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup.", "extendedHelp": "https://code.google.com/apis/console" } ], "code": 403, "message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup." } }

It seems you have not enabled public access on this file.

4 replies

vraghav
Adobe Employee
Adobe Employee
February 28, 2017

Hi Ketan,

If the file is accessible from your Google Drive by a simple Get request, then yes you can make use of Web Download feature.

Regards,vipul

Level 4
February 28, 2017

Hi Vipul,

        I Tried the web download method using GET googleapi, but getting following error.

 28/02/2017 18:00:28    HTTP reply 403: Forbidden -  The server understood the request, but is refusing to fulfill it

28/02/2017 18:00:28    Starting transfer of 'https://www.googleapis.com/drive/v3/files/0B1P0VH6_U4gxbVlmZW41UEI5c' to '0B1P0VH6_U4gxbVlmZW41UEI5c_20170228123028a.html'

vraghav
Adobe Employee
Adobe Employee
February 28, 2017

Please check the access settings for this file.

HTTP 403 means that the call is not allowed to be processed. 

vraghav
Adobe Employee
vraghavAdobe EmployeeAccepted solution
Adobe Employee
February 28, 2017

Hi Ketan,

 

If I fire your URL in my browser, I observe the same problem. This is the response received

{ "error": { "errors": [ { "domain": "usageLimits", "reason": "dailyLimitExceededUnreg", "message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup.", "extendedHelp": "https://code.google.com/apis/console" } ], "code": 403, "message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup." } }

It seems you have not enabled public access on this file.