Select-Dropbox Cmdlet
Searches Dropbox data.
Syntax
Select-Dropbox [parameters]
Remarks
The Select-Dropbox cmdlet allows you to use a syntax similar to SQL SELECT statements to search Dropbox data.
$conn = Connect-Dropbox -OAuthClientId "clientid" -OAuthClientSecret "secret" Select-Dropbox -Connection $conn -Table "Files" -Columns @("Id","Name") -Where "ParentPath='/Test Folder'"