0

I would like to use google fusion tables, for which I need to login first. I do a http request and get the "auth" token as response. But now I stuck and don't know how to use this token? I could neither find any google docs on this nor this thread helped: Google Auth using Token

Because adding the auth token to the url does not work.

Community
  • 1
  • 1
ltsstar
  • 832
  • 1
  • 8
  • 24

1 Answers1

1

You use the authorization code to get an access_token.

This has useful information:

https://developers.google.com/usiontables/docs/articles/oauthfusiontables

You then send the access_token with your sql query.

rbrayb
  • 46,440
  • 34
  • 114
  • 174
Dick Yates
  • 97
  • 1
  • 8