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
Post a Comment