Question

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?

Was it helpful?

Solution

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

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top