Cmdlets for Dropbox

Build 24.0.9060

Select-Dropbox Cmdlet

Parameters   Output Objects  

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'"

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060