Search

Create Folder

Last Updated: Nov 4, 2020

Articles

Used to create a folder in the Dropbox.

Syntax

Create Folder (access_token, folder name)

Parameters

Input Parameter Name Description
access_token Access token of Dropbox
folder_name Name of the folder that needs to be created

Returns

Return Value Description
Output
  • On Success: 1, Folder path
  • On Failure: 0, Error Message

Sample

Create Folder (ABCDCEF, new_test)

  • Uses the access token ‘ABCDCEF’ to connect to the Dropbox account, creates a folder ‘new_test’.
    Returns the ‘Folder path’ of the created folder.

To view all the Dropbox functions, click here.

Did you find what you were looking for?