functions

google_download

google_download(URL, IO)

Download a file from Google Drive or Google Sheets.

Example

Downloading a ZIP file from Drive using the google_download function

julia> google_download("https://drive.google.com/file/d/0B9w48e1rj-MOLVdZRzFfTlNsem8/view", "file.zip")
"/home/iamtejas/Downloads/file.zip"

googledownloadurl

Convert a direct Google Drive / Google Sheets URL to the direct download form.

Example

julia> google_download_url("https://drive.google.com/file/d/0B9w48e1rj-MOLVdZRzFfTlNsem8/view")
"https://docs.google.com/uc?export=download&id=0B9w48e1rj-MOLVdZRzFfTlNsem8"