Google To Kill Off Drive For Mac
Google To Kill Off Drive For Mac And Pc
Can you just create a symbolic link to the default location? I don't know how particular Google Drive is. But assuming a symbolic link would work, if the default is /Google Drive and you want to use /Volumes/ExternalDrive/Google Drive, just run from the command line: ln -s /Volumes/ExternalDrive/Google Drive /Google Drive (BTW, if you already have data in /Google Drive, you need to move it before you create that link. You might could use rsync -aPh /Google Drive /Volumes/ExternalDrive/ to copy it, then delete the original.).