Google Fit Api 403 Error from remote client
问题 I have a web app hosted on IIS 7 that is doing Http calls using the Google Fit API, I'm able to successfully send a POST and retrieve an access token, after which I do a GET for the following uri: "https://www.googleapis.com/fitness/v1/users/me/dataSources/raw:com.google.weight:com.google.android.apps.fitness:user_input/datasets/00-1427209862000000000" Here's how I build a request and look at the response: request = (HttpWebRequest)WebRequest.Create(uri); request.Method = "GET"; request