Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Helpful! + one suggestion #3

Open
adehner opened this issue Mar 16, 2018 · 0 comments
Open

Helpful! + one suggestion #3

adehner opened this issue Mar 16, 2018 · 0 comments

Comments

@adehner
Copy link

adehner commented Mar 16, 2018

This is awesome and it helped me so much. Thank you for writing and making it available!

I wanted to share a couple of things, in case others encounter these struggles.

  1. I was getting an error for sql queries because the 'sql' param was missing. I updated your query structure from:
    $service->query->sql($selectQuery);
    to:
    $service->query->sql("sql"=>"$selectQuery");

  2. Like @simonericci Issue while trying to insert a new row in FusionTable #2, I was getting forbidden errors when I tried to insert/delete rows. After setting up my Google service account, I grabbed the email address in the Service account ID column on this page. Then in my fusion table, I shared the table with this new email address, giving it editing privileges. Et voila! No more 403 forbidden errors.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant