codediary.net


How to automatically save screenshots to Google Drive on macOS

Saving screenshots to Drive automatically

  • Create a new folder called “Screenshots” in your Google Drive.
  • Open Terminal.
  • Run the following commands:
defaults write com.apple.screencapture location ~/Google\ Drive/Screenshots/
killall SystemUIServer

Now screenshots will be saved to the Screenshots folder in your Google Drive, not the desktop.