I know this has been posted about several times, but I wanted to share what I used to get it working while not eliminating the ability to log Google searches which happens for me when I add the following as an exception...
^https?://([A-Za-z0-9.-]*\.)?google\.com/
That line kills any search engine report when using Google.
I seem to have a happily functioning Google Drive Sync application with the following exceptions...
^https?://([A-Za-z0-9.-]*\.)?drive\.google\.com/
^https?://([A-Za-z0-9.-]*\.)?accounts\.google\.com/
^https?://([A-Za-z0-9.-]*\.)?clients3\.google\.com/
^https?://([A-Za-z0-9.-]*\.)?googleapis\.com/
In summary, this worked for the actual Google Drive Sync application installed on Windows OS.
This thread was automatically locked due to age.