Restore deprecated Fusion Tables authorization domain
- just for now until we've implemented the new support
This commit is contained in:
parent
0c6e065ac6
commit
d7081415d4
@ -65,7 +65,7 @@ abstract public class GDataExtension {
|
|||||||
|
|
||||||
return AuthSubUtil.getRequestUrl(
|
return AuthSubUtil.getRequestUrl(
|
||||||
authorizedUrl.toExternalForm(), // execution continues at authorized on redirect
|
authorizedUrl.toExternalForm(), // execution continues at authorized on redirect
|
||||||
"https://docs.google.com/feeds https://spreadsheets.google.com/feeds",
|
"https://docs.google.com/feeds https://spreadsheets.google.com/feeds https://www.google.com/fusiontables/api/query",
|
||||||
false,
|
false,
|
||||||
true);
|
true);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user