Cloud Storage Connections

Managing cloud storage connections

Listing configured cloud storage connections

Route
Response

JSON list of objects that contain identifying information for all of the configured cloud connections.

NameTypeDescription
idstringThis is the Connection ID used to identify this cloud storage connection in subsequent API calls.
providerstringThis is the cloud storage provider used for this connection. Currently supported options are: box, dropbox, googledrive, onedrive
titlestringTitle of this connection. This is the user-visible (and changeable) identifier for a connection, ie. “John’s ACME Google Drive” or “My Dropbox”
emailstringUser’s email address used to identify at the cloud storage provider
Example
[
  {
    "id": "abc1231",
    "provider": "googledrive",
    "title": "Homer's Drive",
    "email_address": "rob@vizzlo.com"
  }
]

Renaming cloud storage connections

Routes

Removing cloud storage connections

Working with Vizzlo documents stored with external cloud storage providers

Creating a new document

Route

Loading an existing document

Route

Updating an existing document

Route

Renaming an existing document

Route

Requesting a tokenized preview URL

Routes

Uploading .VZL files

Routes

Listing folder contents

Routes

Creating new folders

Routes

Deleting folders

Routes