ryanfb/cite-collection-manager

Migrate to Fusion Tables API version 2.0

Closed this issue · 2 comments

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'

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