0

The api 2.0 documentation says that upon a successful file upload, a full file object is returned, but the following is the json I get back on file uploads in Postman and python3:

{
    "total_count":1,
    "entries":[
        {
            "type":"file",
            "id":"2244718677",
            "name":"api.py",
            "shared":"0",
            "parent_folder":
                {
                "id":"0"
                }
        }
    ]
}

1 Answers1

1

This is a bug. The returned object should be a full file object. We are working on fixing this currently. I'll update my response here once it's been resolved.

seanrose
  • 8,185
  • 3
  • 20
  • 21
  • Hi, I just tried yesterday, still showing a short response only. Any idea when it is fixed? – VHanded Jun 19 '12 at 05:21
  • We're rolling out a fix this evening that you should see immediately…let us know if you don't see the change tomorrow. – seanrose Jun 19 '12 at 19:40
  • The server returned 404 not found... it was working before this, with shorter return information. – VHanded Jun 24 '12 at 10:34