Dropbox Filters

Articles

Dropbox Feed Meta

The Feed Meta object for the Dropbox Add-On is an associative array containing the properties which determine how the add-on should process the form submission.

gform_dropbox_enable_custom_app

gform_dropbox_enable_custom_app filters whether to show the custom Dropbox app option in the Gravity Forms Dropbox Add-On settings. By default, this option is hidden to encourage users to connect via OAuth

gform_dropbox_file_name

This filter can be used to override the filename before the file is uploaded to Dropbox.

gform_dropbox_folder_path

This filter can be used to override the destination folder configured on the Dropbox feed.

gform_dropbox_link_type

This filter can be used to change the type of link returned by Dropbox.

gform_dropbox_post_upload

This hook is fired after a Dropbox feed has been processed and files have been uploaded.

gform_dropbox_request_timeout

This filter in the Gravity Forms Dropbox Add-On allows the request timeout length for the feed processing request to be modified.

gform_dropbox_shareable_link_settings

This filter can be used to modify the settings before a Dropbox shareable link is generated, allowing for the link to expire after a certain time or change who is allowed to access it.

gform_dropbox_should_upload_file

The gform_dropbox_should_upload_file filter can be used to determine if a file for a fileupload or dropbox type field is uploaded to Dropbox.

gform_dropbox_store_local_version

This filter can be used to prevent a local copy of the file being retained once it has been uploaded to Dropbox.