Search

Create File

Last Updated: May 10, 2022

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

To know more about access_token, click here.

Returns

Return Value Description
Output
  • On Success returns 1 | Folder path
  • On Failure returns 0 | Error Message

Sample

Create File (ABCDCEF, /Invoices)

  • Uses the access token ABCDCEF to connect to the Dropbox account, creates a file /Invoices.
    Returns the path of the created folder.

To view all the Dropbox functions, click here.

Did you find what you were looking for?