@@ -93,20 +93,18 @@ Optionally, the files definition can be provided by an external json file:
9393
9494#### FTP
9595
96- | Setting | Required | Default | Description |
97- | :----------- | :------- | :------ | :---------------------- |
98- | ftp | False | None | FTP connection settings |
99- | ftp.host | True | None | FTP server host |
100- | ftp.port | False | 21 | FTP server port |
101- | ftp.username | False | None | FTP username |
102- | ftp.password | False | None | FTP password |
103- | ftp.encoding | False | utf-8 | FTP server encoding |
96+ | Setting | Required | Default | Description |
97+ | :----------- | :------- | :------ | :------------------ |
98+ | ftp.host | True | None | FTP server host |
99+ | ftp.port | False | 21 | FTP server port |
100+ | ftp.username | False | None | FTP username |
101+ | ftp.password | False | None | FTP password |
102+ | ftp.encoding | False | utf-8 | FTP server encoding |
104103
105104#### GitHub
106105
107106| Setting | Required | Default | Description |
108107| :-------------- | :------- | :------ | :---------------------------------------------------------- |
109- | github | False | None | GitHub connection settings |
110108| github.org | True | None | GitHub organization or user where the repository is located |
111109| github.repo | True | None | GitHub repository |
112110| github.username | False | None | GitHub username |
@@ -141,10 +139,10 @@ Optionally, the files definition can be provided by an external json file:
141139
142140#### Dropbox
143141
144- | Setting | Required | Default | Description |
145- | :------------ | : ------- | :------ | :-------------------------- |
146- | dropbox | False | None | Dropbox connection settings |
147- | dropbox.token | True | None | Dropbox token |
142+ | Setting | Required | Default | Description |
143+ | :-------------------- | :------- | :------ | : -------------------- |
144+ | dropbox.app_key | True | None | Dropbox App key |
145+ | dropbox.refresh_token | True | None | Dropbox refresh token |
148146
149147The token needs the ` files.content.read ` scope:
150148
@@ -158,7 +156,8 @@ The token needs the `files.content.read` scope:
158156 "add_metadata_columns" : true ,
159157 "filesystem" : " dropbox" ,
160158 "dropbox" : {
161- "token" : " ...."
159+ "app_key" : " your_app_key" ,
160+ "refresh_token" : " your_refresh_token"
162161 },
163162 "files" : [
164163 {
0 commit comments