From 645246f85a85908fca0117761eb554c45f1bf919 Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Tue, 5 Feb 2019 19:05:32 +0300 Subject: [PATCH] disable Google Drive until approved --- website/src/examples/dashboard/app.es6 | 6 +++--- website/src/examples/dashboard/app.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/website/src/examples/dashboard/app.es6 b/website/src/examples/dashboard/app.es6 index fbd9e27ba..02f409522 100644 --- a/website/src/examples/dashboard/app.es6 +++ b/website/src/examples/dashboard/app.es6 @@ -51,9 +51,9 @@ function uppyInit () { browserBackButtonClose: opts.browserBackButtonClose }) - if (opts.GoogleDrive) { - uppy.use(GoogleDrive, { target: Dashboard, serverUrl: COMPANION }) - } + // if (opts.GoogleDrive) { + // uppy.use(GoogleDrive, { target: Dashboard, serverUrl: COMPANION }) + // } if (opts.Dropbox) { uppy.use(Dropbox, { target: Dashboard, serverUrl: COMPANION }) diff --git a/website/src/examples/dashboard/app.html b/website/src/examples/dashboard/app.html index 71713b168..e3901f837 100644 --- a/website/src/examples/dashboard/app.html +++ b/website/src/examples/dashboard/app.html @@ -6,7 +6,7 @@ - + @@ -38,9 +38,9 @@ var defaultOpts = { DashboardInline: true, Webcam: true, - GoogleDrive: true, + GoogleDrive: false, Instagram: true, - Dropbox: false, + Dropbox: true, Url: true, autoProceed: false, restrictions: false,