mirror of https://github.com/requarks/wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
750 B
29 lines
750 B
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'
|