Google coordinate authentication

前端 未结 3 813
再見小時候
再見小時候 2020-12-01 15:40

When I try to connect to Google coordinate, I always get an exception GoogleAuthException.

I have a Google Maps Coordinate license. I did create my clie

3条回答
  •  自闭症患者
    2020-12-01 16:04

    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 :)

提交回复
热议问题