GET /api/v1/myfiles
Shows files for the currently logged in user.
Shows files for the currently logged in user.
Examples¶ ↑
GET /myfiles
{ "file_folders":[ { "file_folder":{ "id":"r2ehdnxai7", "name":"secret" } }, { "file_folder":{ "id":"7lbwy124w9", "name":"a-f" } }, ... ], "uploads":[ { "upload":{ "id":"8m0lo691r2", "created_at":"2014-09-10T15:10:10.000-04:00", "title":"sad but with movement", "bytes":633856, "downloads":0, "hotlinks":0, "ext":"mp3" } }, { "upload":{ "id":"99llhi1de1", "created_at":"2014-09-10T16:54:56.000-04:00", "title":"Makefile", "bytes":217725, "downloads":0, "hotlinks":0, "ext":"mp3" } }, ... ] }