From 6412bc233ed279c36e636f4de07910bc8c3c97e9 Mon Sep 17 00:00:00 2001 From: Malachi Gruenhagen <68450431+nurse-the-code@users.noreply.github.com> Date: Wed, 16 Feb 2022 06:45:40 -0500 Subject: Fix Google Drive serviceURL (#824) --- recipes/googledrive/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes') diff --git a/recipes/googledrive/package.json b/recipes/googledrive/package.json index 97bc395..220d1ea 100644 --- a/recipes/googledrive/package.json +++ b/recipes/googledrive/package.json @@ -5,7 +5,7 @@ "repository": "https://github.com/BrianGilbert/franz-recipe-tawk", "license": "MIT", "config": { - "serviceURL": "https://drive.google.com/", + "serviceURL": "https://drive.google.com/drive/my-drive", "hasNotificationSound": true } } -- cgit v1.2.3-54-g00ecf