Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

As mentioned above, the values for all the required parameters can be provided by IN arguments or variables. Below is an example of predefined arguments, ready to be used by the Account Info activity:

 

 

 

Connect To Dropbox

This activity connects to the specified Dropbox account and outputs a DropNet client connection.

Activity Parameters

The Connect to Dropbox activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image RemovedImage Added

All of the input parameters are mandatory.

Parameters:

  • Access Token (text box editor type): enter the generated access token value. This parameter is generated from the Dropbox account, by navigating to the 'Developers' page, in the 'My apps' section, select the desired app, in the settings tab you should see a 'Generate' button. Click on the Generate button and copy the generated value into Access Token parameter.  For further information about this, visit 4.1.6.3.10. Cloud Parameter type. The image below displays the token seen on the Dropbox Developers page:
    Image Added 
     

The Read Only Output variable are the possible output values that the activity will provide:

  • Connection: outputs a Dropbox connection. The Ouput Output of this activity should be used as Input for all Connection parameters used for all activities placed under Dropbox category. The maximum time that can be spent uploading and downloading files is 48 hours.
 

 



Delete File or Folder

This activity deletes the specified file or folder from the specified Dropbox account.

Activity Parameters

The Delete File or Folder activity parameters can be provided by manual inserted values or via IN arguments or variables:

All of the input parameters are mandatory.

Parameters:

  • File or Folder Path (text box editor type): the Dropbox full path of the file or folder which you want to be deleted. E.g. /Folder/SubFolder/File.extension.

The Read Only Output variable are the possible output values that the activity will provide:

  • Output: outputs the result status. If the item was deleted successfully then TRUE, otherwise FALSE.
 

As mentioned above, the values for all the required parameters can be provided by IN arguments or variables. Below is an example of predefined arguments, ready to be used by the Delete File or Folder activity:



Disconnect From Dropbox

This activity disconnects the specified Dropbox account.

Activity Parameters

The Disconnect from Dropbox activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image RemovedImage Added

All of the input parameters are mandatory.

Parameters:

  • Connection (text box editor type): the Dropbox connection, obtained after using a Connect to Dropbox activity.

 

 

 

 

 

 

Download File

This activity downloads the specified Dropbox file.

Activity Parameters

The Download File activity parameters can be provided by manual inserted values or via IN arguments or variables:

All of the input parameters are mandatory.

Parameters:

  • Destination Folder Path (text box editor type): the path of the folder where you wish to download the file.
  • File Path (text box editor type): the full path of the existing file on the Dropbox account, which you wish to download. E.g. Folder/SubFolder/File.extension.

The Read Only Output variable are the possible output values that the activity will provide:

  • Outputoutputs the result status. If the item was downloaded successfully then TRUE, otherwise FALSE.
  • Output Status: outputs the full path.
 

As mentioned above, the values for all the required parameters can be provided by IN arguments or variables. Below is an example of predefined arguments, ready to be used by the Download File activity:

List Files and Folders

This activity lists all files and folders from the specified Dropbox account.

Activity Parameters

The List Files and Folders activity parameters can be provided by manual inserted values or via IN arguments or variables:

All of the input parameters are mandatory.

Parameters:

  • Document Type (combo box editor type): the document type which you would like to be listed.
  • Parent Folder (combo box control): the full path of the folder from where you want to list all the SubItems. If left with the default value "", it will list all the items from the Home directory.

The Read Only Output variable are the possible output values that the activity will provide:

  • Output: outputs a collection of Document Type items and their properties.To use the elements of the collection, use Get Element From Collection activity.
  • Output full pathsoutputs a collection of paths found in the parent folder.
  • Output rows countoutputs the number of files and folders found on the specified Dropbox account.
 



Upload File

This activity uploads a selected file to the specified Dropbox Account.

Activity Parameters

The Upload File activity parameters can be provided by manual inserted values or via IN arguments or variables:

 

Parameters:

  • Destination Folder (text box editor type): the directory on Dropbox where you wish to upload the file. If left blank it will upload the file to the Home directory. E.g. /Folder/SubFolder.
  • File Name (text box editor type): the new name of the file you wish to upload. If left empty, it will set the original filename.
  • File Path (text box editor type): the full path of the file that you wish to upload, including file extension.  
  • Overwrite (combo box control type): specify to Overwrite the file if it already exists in the DropBox location.

The Read Only Output variable are the possible output values that the activity will provide:

  • Output: outputs the Full path of the uploaded file.