University of Wisconsin–Madison

Tag: google drive

Download Google Drive Files using wget

The problem: transfer file between clouds Files on Google drive can be shared between users, but the default access to the file is via a web browser graphical interface. However, sometimes it may be useful, or even necessary, to access and download a file from a command line, for example downloading the file with the wget utility. …