質問

When following the instructions on http://developer.gooddata.com/article/loading-data-via-api, I always get a HTTP400 error:

400: Neither expected file "upload_info.json" nor archive "upload.zip" found (is accessible) in ""

When I HTTP GET the same path that I did for the HTTP PUT, the file downloads just fine.

Any pointers to what I'm probably doing wrong?

役に立ちましたか?

解決

GoodData is going trough migration from AWS to RackSpace. Try to change of all get/post/put requests:

  • secure.gooddata.com to na1.secure.gooddata.com
  • secure-di.gooddata.com to na1-di.gooddata.com

他のヒント

You can check the datacenter where the project is located via /gdc/projects/{projectId} resource - the "project.content.cluster" field.

For example:

https://secure.gooddata.com/gdc/projects/myProjectId:

{
"project" : {
  "content" : {
     "cluster" : "na1",
....

For AWS this field has an empty value, "na1" means rackspace.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top