From 7c21e611512f18b6e60eac4976f833eeb971e380 Mon Sep 17 00:00:00 2001 From: Ricardo Espinoza Date: Tue, 16 Mar 2021 16:23:54 -0400 Subject: [PATCH] :bug: Reflect correctly Dropbox breaking change. (#1544) --- packages/cli/BREAKING-CHANGES.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/cli/BREAKING-CHANGES.md b/packages/cli/BREAKING-CHANGES.md index f3eca82a12..4eca7f0cc0 100644 --- a/packages/cli/BREAKING-CHANGES.md +++ b/packages/cli/BREAKING-CHANGES.md @@ -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. ### 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. ### 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