Pages

Tuesday, December 17, 2013

Google Drive's Delete Confirmation Dialog

So the real annoyance I am facing is the Google Drive's delete confirmation dialog that keeps on popping up.


So to make it disappear, try the following if you are on Mac:

Remove the item from the login items:



Then go to terminal and type the following to start the application:


/Applications/Google\ Drive.app/Contents/MacOS/Google\ Drive --noshow_confirmation_dialog_on_delete

Viola!

On Windoes go to terminal (cmd.exe) and type the following and press Enter:

C:\Program Files (x86)\Google\Drive\googledrivesync.exe" --noshow_confirmation_dialog_on_delete

No comments:

Post a Comment