문제

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