Skip to content

Instantly share code, notes, and snippets.

@kurtroberts
Created October 23, 2022 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kurtroberts/0ae0e608abb7d6b1612df47041971c7e to your computer and use it in GitHub Desktop.
Save kurtroberts/0ae0e608abb7d6b1612df47041971c7e to your computer and use it in GitHub Desktop.
How do I make google drive stop asking to sync data from cameras and devices when I plug them in.
#!/bin/zsh
defaults write com.google.drivefs.settings PromptToBackupDevices 0
killall -v -SIGKILL Google\ Drive
open -a Google\ Drive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment