vasile / GTFS-viz

Converts a GTFS dataset into a SQLite DB + GeoJSONs / KMLs
MIT License
86 stars 21 forks source link

Fusion table by using recent changes gives request access issue #12

Closed Ms-Shaukat closed 8 years ago

Ms-Shaukat commented 8 years ago

Hi @vasile, I have used your script which you have updated 3 days ago, All the script run successfully but when i goto fusiontable link to share table publicly, It give me error that I am not author GTFS-viz is the author. It is also taking time to import, May be it is because request access issue. capture image

P.S. I have follow all the setting for fusion table mentioned in GTFS-viz. Waiting to hear you soon.

vasile commented 8 years ago

Which GTFS data is that ?

The script should take care of permissions and making sure there is a anyone access-right https://github.com/vasile/GTFS-viz/blob/master/inc/ft.rb#L127

Please also use @debug true (see ft.rb) and drop here the results

Ms-Shaukat commented 8 years ago

I have made this @debug true But this gives me this error: screen shot 2015-11-11 at 6 45 27 pm

Any solution?

vasile commented 8 years ago

It looks like an issue with the API Console Can you also change @debug_client to true ?

Ms-Shaukat commented 8 years ago

yes I have change that but still gives an error.

vasile commented 8 years ago

well, would be nice to debug it, so a screenshot/logfile dump would be nice anyway the invalid_grant errors are usually an authentication issue - so you have to doublecheck the keys generation / save task

Ms-Shaukat commented 8 years ago

Hi @vasile, I have setup everything as you mentioned in the Readme. I have check my quota in credentials and it says you have done 42 request ,that's mean All the data insert by my Account. But I am still facing same request access issue. Let me know If there is any constant in the file/ OR you have create executable file which is not working/updating correctly. If you will run it at your end by using other/new account (just a suggestion).

Any help would be appreciated. Thanks