Migrate to Fusion Tables API version 2.0
Closed this issue · 2 comments
ryanfb commented
See also: ryanfb/cite-collection-editor#1
Maybe as easy as switching the dependency in build.gradle
to:
compile 'com.google.apis:google-api-services-fusiontables:v2-rev15-1.22.0'
ryanfb commented
This needs a corresponding change in the cite-collection-manager proxy itself, not just the version bump. We need to read the new bearer credential from the request header instead of parsing it from a parameter e.g. here: https://github.com/ryanfb/cite-collection-manager/blob/master/src/main/groovy/edu/harvard/chs/citecollectionmanager/FusionTablesServlet.groovy#L33
ryanfb commented
We'll also need to do this here: https://github.com/ryanfb/cite-collection-manager/blob/master/src/main/webapp/query#L51