mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-26 05:04:05 -08:00
Update DropboxOAuth2Api.credentials.ts
This commit is contained in:
parent
b70cbe58ce
commit
737c44018a
|
@ -11,13 +11,6 @@ export class DropboxOAuth2Api implements ICredentialType {
|
||||||
];
|
];
|
||||||
displayName = 'Dropbox OAuth2 API';
|
displayName = 'Dropbox OAuth2 API';
|
||||||
properties = [
|
properties = [
|
||||||
{
|
|
||||||
displayName: 'Dropbox Server',
|
|
||||||
name: 'server',
|
|
||||||
type: 'string' as NodePropertyTypes,
|
|
||||||
default: 'https://api.dropboxapi.com',
|
|
||||||
description: 'The server to connect to. Does only have to get changed if Dropbox Enterprise gets used.',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
displayName: 'Authorization URL',
|
displayName: 'Authorization URL',
|
||||||
name: 'authUrl',
|
name: 'authUrl',
|
||||||
|
|
Loading…
Reference in a new issue