Use API to create folder - Let see how?

You can create a folder by using API by following these steps:

  1. Use the files.create method with the application/vnd.google-apps.folder MIME type and a title.
  2. Make sure that two folders cannot have the same name in a given folder.
  3. Use the legacy REST API for Content Management 1.1 to interact with folders and files stored in Oracle Content and Experience Cloud.
  4. Initialize the folder by calling Create File and specifying its maximum size, up to 4 TiB .
  5. Call Put Range to add content to the file or to modify it.
  6. Call Set File Properties to change the size of the file

Are you sure you’re in the right forum? This is ownCloud here.
I have no clue what you’re talking about.

I think there is no API, it’s a normal curl call.

curl -u username:password -X MKCOL https://<your_server>/remote.php/dav/files/<your_user>/<your_folder>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.