Microsoft OneDrive로 돌아가기

Knoon AI를 Microsoft OneDrive (Microsoft)과 연결하여 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.