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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -