Skip to main content

Create a Folder

Summary

Create a new folder at the specified path.

Endpoint

POST https://mysite.files.com/v1.2/createFolder

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.
folderNamestringRequired. Name of the folder to create.
pathstringRequired. Path where the folder will be created. Use / to create a folder in the user's FTP Root folder.