Cmdlets for Dropbox

Build 25.0.9540

Select-Dropbox Cmdlet

Parameters   Output Objects  

Dropbox データを検索します。

Syntax

Select-Dropbox [parameters]

Remarks

Select-Dropbox コマンドレットを使って、SQL SELECT ステートメントに似た構文を用いてDropbox データを検索できます。

$conn = Connect-Dropbox -OAuthClientId "clientid" -OAuthClientSecret "secret"
Select-Dropbox -Connection $conn -Table "Files" -Columns @("Id","Name") -Where "ParentPath='/Test Folder'"

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9540