Skip to content

Instantly share code, notes, and snippets.

@Oddman
Created November 2, 2012 14:09
Show Gist options
  • Save Oddman/4001563 to your computer and use it in GitHub Desktop.
Save Oddman/4001563 to your computer and use it in GitHub Desktop.
http://mover.io/docs#collections - show-root-collection
curl https://api.mover.io/connectors/AOG06La095pHG/collections \
-X GET \
-H "Authorization: MoverAPI app_id=2tsc0f9n9l4v209oara0mb2j5ur9my8v app_secret=65oow347p1q7d0loj45oje2u3sol99xd"
{
"id" : "ASFwerg290dCaFLJ",
"type" : "folder",
"name" : "/",
"parent_id" : "qyrpgubAHGJSL239567",
"writable" : true,
"contents" : [
{
"id" : "96ahibhOAHK67Gasjer",
"name" : "Shared Pictures",
"type" : "folder",
"size" : -1,
},
{
"id" : "slGHSL2956GHsguhsg",
"name" : "Private Documents",
"type" : "folder",
"size" : -1,
},
{
"id" : "ZGXvX3OOnDT9nUq9GEVZ",
"name" : "img00000034.jpg",
"type" : "file",
"size" : 257869234,
},
{
"id" : "t4GzTpJI9Bwb4bNHwhHF",
"name" : "work doc.xls",
"type" : "file",
"size" : 3234235,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment