mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
🐛 Reflect correctly Dropbox breaking change. (#1544)
This commit is contained in:
parent
06dd423648
commit
7c21e61151
|
@ -8,11 +8,16 @@ This list shows all the versions which include breaking changes and how to upgra
|
||||||
In the Dropbox node, now all operations are performed relative to the user's root directory.
|
In the Dropbox node, now all operations are performed relative to the user's root directory.
|
||||||
|
|
||||||
### When is action necessary?
|
### When is action necessary?
|
||||||
|
|
||||||
|
If you are using any resource/operation with OAuth2 authentication.
|
||||||
|
|
||||||
If you are using the `folder:list` operation with the parameter `Folder Path` empty (root path) and have a Team Space in your Dropbox account.
|
If you are using the `folder:list` operation with the parameter `Folder Path` empty (root path) and have a Team Space in your Dropbox account.
|
||||||
|
|
||||||
### How to upgrade:
|
### How to upgrade:
|
||||||
Open the Dropbox node, go to the `folder:list` operation, and make sure your logic is taking into account the team folders in the response.
|
|
||||||
|
|
||||||
|
Open the Dropbox node, go to the OAuth2 credential you are using and reconnect it again.
|
||||||
|
|
||||||
|
Also, if you are using the `folder:list` operation, make sure your logic is taking into account the team folders in the response.
|
||||||
|
|
||||||
## 0.105.0
|
## 0.105.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue