When I try to connect to Google coordinate, I always get an exception GoogleAuthException.
GoogleAuthException
I have a Google Maps Coordinate license. I did create my clie
I had the exact same problem and resolved by modifying the scope to :
"oauth2:https://www.googleapis.com/auth/[API YOU WANT]"
(the beggining is very important !)
Hope it will help someone :)