[gwt-google-apis] r2044 committed - Fix Issue 527 caused by a recent change in the underlying JavaScript c...

2 views
Skip to first unread message

gwt-goo...@googlecode.com

unread,
Nov 17, 2013, 1:20:06 AM11/17/13
to galgwt-issue-...@googlegroups.com
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");
}

/**
Reply all
Reply to author
Forward
0 new messages