From 524bd5a864bc7783496f6687bbc8979ad274fc86 Mon Sep 17 00:00:00 2001 From: ricardo Date: Thu, 25 Mar 2021 21:53:11 -0400 Subject: [PATCH] :zap: Add breaking change to 0.112.0 (Dropbox) --- packages/cli/BREAKING-CHANGES.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages/cli/BREAKING-CHANGES.md b/packages/cli/BREAKING-CHANGES.md index 4eca7f0cc0..e2e14c7899 100644 --- a/packages/cli/BREAKING-CHANGES.md +++ b/packages/cli/BREAKING-CHANGES.md @@ -2,6 +2,19 @@ This list shows all the versions which include breaking changes and how to upgrade. +## 0.112.0 + +### What changed? +In the Dropbox node, now both credential types (Access Token & OAuth2) have a new parameter called "APP Access Type". + +### When is action necessary? + +If you are using a Dropbox APP with permimition type "App Folder". + +### How to upgrade: + +Open your Dropbox's credentials and set the parameter "App Access Type" to "App Folder". + ## 0.111.0 ### What changed?