Microsoft OneDrive に戻る

Microsoft OneDrive (Microsoft) と Knoon AI を接続して AI ワークフローを自動化します。

Watch a OneDrive or SharePoint file by file ID and return a deterministic snapshot using change-signaling file fields only.
microsoftOneDriveFileWatch
ベータ
権限
  • Files.ReadWrite
オプション権限
  • Files.ReadWrite.All
  • Sites.ReadWrite.All
パラメータ
名前タイプ説明必須
fileIdfile OneDrive or SharePoint file to watch.はい
返品
名前タイプ説明
fileIdstring OneDrive or SharePoint file ID.
namestring File name.
mimeTypestring Detected MIME type when available.
parentReferenceobject Parent drive and folder reference.
sizestring File size in bytes when available.
createdTimestring Created time (ISO 8601).
modifiedTimestring Last modified time (ISO 8601).
isFolderboolean Whether the item is a folder.
deletedboolean Whether the item is deleted.