Create a folder
Creates a new folder at the given path. Supply the full path including the new folder name in Path. Returns metadata for the created folder.
SELECT *
FROM create_folder
WITH (Path='/folder/in/dropbox/I/want/to/create')
Creates a new folder at the given path. Supply the full path including the new folder name in Path. Returns metadata for the created folder.
SELECT *
FROM create_folder
WITH (Path='/folder/in/dropbox/I/want/to/create')