Skip to content

Instantly share code, notes, and snippets.

@EricWarnke
Created October 31, 2012 18:17
Show Gist options
  • Save EricWarnke/3988815 to your computer and use it in GitHub Desktop.
Save EricWarnke/3988815 to your computer and use it in GitHub Desktop.
This code displays a sample response from a collection listing request.
{
"id" : "Lw9dk4cJDhnd9d22",
"type" : "folder",
"name" : "",
"parent_id" : null,
"writable" : true,
"contents" : [
{
"id" : "L0NhdCBQaWN0dXJlcw",
"name" : "Cat Pictures",
"type" : "folder",
"size" : -1
},
{
"id" : "L0dldHRpbmcgU3RhcnRlZC5wZGY",
"name" : "Getting Started.pdf",
"type" : "file",
"size" : 246000
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment