Skip to main content

Check Files Exist

Check whether any of a list of file or folder paths exist in your site. The authenticated user must have the list permission on the parent folder of each item being checked.

Endpoint

GET https://mysite.files.com/v1.2/checkFilesExist

Replace mysite.files.com with your site address.

Request Parameters

NameData TypeDescription
access_tokenstringRequired. The session key that identifies which user is authenticated. Either an access token returned by the authenticateUser function, or a Files.com user API Key.
filePaths[]array(string)Required. Array of paths to check.