mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
Merge branch 'smamudhan-dropbox-extension'
This commit is contained in:
commit
c8602af5ff
BIN
docs/nodes/nodes-library/nodes/Dropbox/Dropbox1_node.png
Normal file
BIN
docs/nodes/nodes-library/nodes/Dropbox/Dropbox1_node.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 48 KiB |
BIN
docs/nodes/nodes-library/nodes/Dropbox/Dropbox2_node.png
Normal file
BIN
docs/nodes/nodes-library/nodes/Dropbox/Dropbox2_node.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 43 KiB |
BIN
docs/nodes/nodes-library/nodes/Dropbox/Dropbox_node.png
Normal file
BIN
docs/nodes/nodes-library/nodes/Dropbox/Dropbox_node.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
BIN
docs/nodes/nodes-library/nodes/Dropbox/HTTPRequest_node.png
Normal file
BIN
docs/nodes/nodes-library/nodes/Dropbox/HTTPRequest_node.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 48 KiB |
@ -27,9 +27,10 @@ You can find authentication information for this node [here](../../../credential
|
||||
|
||||
## Example Usage
|
||||
|
||||
This workflow allows you to create a folder in Dropbox. You can also find the [workflow](https://n8n.io/workflows/439) on this website. This example usage workflow uses the following two nodes.
|
||||
- [Start](../../core-nodes/Start)
|
||||
This workflow allows you to create a folder in Dropbox, upload a file into that folder, and list the contents of the folder. You can also find the [workflow](https://n8n.io/workflows/615) on n8n.io. This example usage workflow uses the following nodes.
|
||||
- [Start](../../core-nodes/Start/README.md)
|
||||
- [Dropbox]()
|
||||
- [HTTP Request](../../core-nodes/HTTPRequest/README.md)
|
||||
|
||||
The final workflow should look like the following image.
|
||||
|
||||
@ -39,9 +40,38 @@ The final workflow should look like the following image.
|
||||
|
||||
The Start node exists by default when you create a new workflow.
|
||||
|
||||
### 2. Dropbox node
|
||||
### 2. Dropbox node (create: folder)
|
||||
|
||||
1. First of all, you'll have to enter credentials for the Dropbox node. You can find out how to do that [here](../../../credentials/Dropbox/).
|
||||
2. Select 'Folder' from the *Resource* dropdown list.
|
||||
3. Enter the name of the new folder in the *Folder* field.
|
||||
4. Click on *Execute Node* to run the workflow.
|
||||
2. Select 'Folder' from the ***Resource*** dropdown list.
|
||||
3. Enter the name of the new folder in the ***Folder*** field.
|
||||
4. Click on ***Execute Node*** to run the workflow.
|
||||
|
||||

|
||||
|
||||
### 3. HTTP Request node (GET)
|
||||
|
||||
1. Enter `https://n8n.io/n8n-logo.png` in the ***URL*** field.
|
||||
2. Select 'File' from the ***Response Format*** dropdown list.
|
||||
3. Click on ***Execute Node*** to run the workflow.
|
||||
|
||||

|
||||
|
||||
### 4. Dropbox1 node (upload: file)
|
||||
|
||||
1. Select the credentials that you entered in the Dropbox node.
|
||||
2. Enter the path of the Dropbox folder you created in the previous steps along with a file name in the ***File Path*** field.
|
||||
3. Set the ***Binary Data*** toggle to true.
|
||||
4. Click on ***Execute Node*** to run the node.
|
||||
|
||||

|
||||
|
||||
### 5. Dropbox2 node (list: folder)
|
||||
|
||||
1. Select the credentials that you entered in the Dropbox node.
|
||||
2. Select 'Folder' from the ***Resource*** dropdown list.
|
||||
3. Select 'List' from the ***Operation*** dropdown list.
|
||||
4. Enter the path of the Dropbox folder you created in the previous steps in the ***Folder Path*** field.
|
||||
5. Click on ***Execute Node*** to run the node.
|
||||
|
||||

|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 296 KiB |
Loading…
Reference in New Issue
Block a user