GET /api/v1/user/cloud/connections
JSON list of objects that contain identifying information for all of the configured cloud connections.
Name | Type | Description |
---|---|---|
id |
string | This is the Connection ID used to identify this cloud storage connection in subsequent API calls. |
provider |
string | This is the cloud storage provider used for this connection. Currently supported options are: box , dropbox , googledrive , onedrive |
title |
string | Title of this connection. This is the user-visible (and changeable) identifier for a connection, ie. “John’s ACME Google Drive” or “My Dropbox” |
email |
string | User’s email address used to identify at the cloud storage provider |
[
{
"id": "abc1231",
"provider": "googledrive",
"title": "Homer's Drive",
"email_address": "rob@vizzlo.com"
}
]
POST /api/v1/cloud/
provider
/connection
/rename
DELETE /api/v1/cloud/
provider
/connection
POST /api/v1/cloud/
provider
/connection
/documents
GET /api/v1/cloud/
provider
/connection
/documents/id
PUT /api/v1/cloud/
provider
/connection
/documents/id
POST /api/v1/cloud/
provider
/connection
/documents/id
/rename
POST /api/v1/cloud/
provider
/connection
/documents/id
/request-preview
GET /api/v1/cloud/
provider
/connection
/documents/id
/request-preview
POST /api/v1/cloud/
provider
/connection
/upload/folder
POST /api/v1/cloud/
provider
/connection
/upload/folder/id
GET /api/v1/cloud/
provider
/connection
/folders
GET /api/v1/cloud/
provider
/connection
/folders/id
GET /api/v1/cloud/
provider
/connection
/folders/continue/cursor
POST /api/v1/cloud/
provider
/connection
/folders
DELETE api/v1/cloud/
provider
/connection
/folders/id