Execution of authentication request returned unexpected result: 404
问题 I have been using the Google.GData.Analytics and Google.GData.Client to retrieve some Google Analytics data though the Google Analytics API v2 in my web application. The code was as follows: string username = "abc@gmail.com"; string password = "myPasswordHere"; string profileId = "ga:88376970"; string _from = Convert.ToDateTime(dtpFrom.SelectedDate.Value.ToString()).ToString("yyyy-MM-dd"); string _to = Convert.ToDateTime(dtpTo.SelectedDate.Value.ToString()).ToString("yyyy-MM-dd");