Xamarin MobileServiceClient RefreshUserAsync with Google 403
问题 I am using Azure's MobileServiceClient sdk to authenticate with my server. With the upgrades to 4.x version I am also using Xamarin.Auth to authenticate users with Google and Facebook. When the response comes back from Google I am getting a refresh token. I then call the mobile service sdk like so: var accessToken = account.Properties["access_token"]; var idToken = account.Properties["id_token"]; var zumoPayload = new JObject(); zumoPayload["access_token"] = accessToken; zumoPayload["id_token