12345678910111213141516171819202122232425262728 |
- key: dropbox
- title: Dropbox
- description: Dropbox is a file hosting service that offers cloud storage, file synchronization, personal cloud, and client software.
- author: requarks.io
- logo: https://static.requarks.io/logo/dropbox.svg
- icon: /_assets/icons/ultraviolet-dropbox.svg
- color: blue darken-2
- website: https://dropbox.com
- isAvailable: true
- useForm: false
- props:
- clientId:
- type: String
- title: App Key
- hint: Application Client ID
- order: 1
- clientSecret:
- type: String
- title: App Secret
- hint: Application Client Secret
- sensitive: true
- order: 2
- refs:
- callbackUrl:
- title: Authorization Callback URL
- hint: The callback endpoint to input on Dropbox.
- icon: back
- value: '{host}/login/{id}/callback'
|