Revision: 2044
Author:
jaso...@google.com
Date: Sun Nov 17 06:19:47 2013 UTC
Log: Fix Issue 527 caused by a recent change in the underlying
JavaScript client library.
http://code.google.com/p/gwt-google-apis/source/detail?r=2044
Modified:
/trunk/apis/src/com/google/api/gwt/client/GoogleApiRequestTransport.java
=======================================
---
/trunk/apis/src/com/google/api/gwt/client/GoogleApiRequestTransport.java
Tue Jun 12 17:44:05 2012 UTC
+++
/trunk/apis/src/com/google/api/gwt/client/GoogleApiRequestTransport.java
Sun Nov 17 06:19:47 2013 UTC
@@ -40,7 +40,7 @@
* send no API key.
*/
public GoogleApiRequestTransport(String applicationName, String apiKey) {
- this(applicationName, apiKey, "
https://www.googleapis.com");
+ this(applicationName, apiKey, "
https://content.googleapis.com");
}
/**