Check Files Exist
Summary
Check if any of the file/folder paths in the input array exist in your site. The authenticated user must have the list
permission for the parent folder of the item they are looking for.
Endpoint
GET https://mysite.files.com/v1.2/checkFilesExist
Replace mysite.files.com with your site address.
Request Parameters
Name | Data Type | Description |
---|---|---|
access_token | string | Required. The session key that identifies which user is authenticated. Either an access token returned by the authenticateUser function, or a a Files.com user API Key. |
filePaths[] | array(string) | Required. Array of paths to check for. |