I am trying to download files from google drive and all I have is the drive's URL.
I have read about google API that talks about some drive_service
and MedioIO
, which also requires some credentials( mainly JSON file/OAuth
). But I am unable to get any idea about how it is working.
Also, tried urllib2.urlretrieve
, but my case is to get files from the drive. Tried wget
too but no use.
Tried PyDrive
library. It has good upload functions to drive but no download options.
Any help will be appreciated. Thanks.