api - Service unavailable fusion table -


i trying import rows in fusion table using curl. till last few days working fine today, response 'service unavailable'.

following request

curl -s -s --data-binary "@c:\temp\btinput.txt" -h "authorization: bearer accesstoken" -h "content-type: application/octet-stream" "https://www.googleapis.com/upload/fusiontables/v2/tables/fusiontableid/import?delimiter=;"


Comments

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

firemonkey - How do I make a beep sound in Android using Delphi and the API? -

jdbc - Not able to establish database connection in eclipse -