dropbox-php-sdk
dropbox-php-sdk copied to clipboard
List revisions
list_revisions endpoint returns a collection of file metadata, which we model via a ModelCollection class, containing FileMetadata objects.
Imho it's the best solution, but we loose is_deleted and server_deleted informations, coming from api.
Maybe we could add those properties to \Kunnu\Dropbox\Models\ModelCollection class?