Returns a list of ultradrop files that are associated with projects in the user’s account.

The filenames are for files that are referenced by one or more of the projects in the user’s account. Uploading a matching filename will update the resource that is used in each project that references the filename.

{
    "status": "success",
    "message": "success",
    "result": [
      "%PPC_PATH%\Ultradrop\hotels_by_zone.txt",
      "%PPC_PATH%\Ultradrop\cities.txt"
    ]
}