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

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -