fetch images IDs in dropbox

POST https://api.dropboxapi.com/2/files/list_folder

Using Dropbox's list_folder endpoint, retrieve all image id's inside my dropbox folder. Storing the ID's in a hash table helps for lookups to prevent duplication.

POST https://api.dropboxapi.com/2/files/list_folder

Body Parameters

`

{
    "path": "/Qodex-collection",
    "recursive": true
}

`

Request Body

{"path"=>"/postman-collection", "recursive"=>true}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring