From ebb5aa17b867fe4620e3a34c1c3072f8cb393a0c Mon Sep 17 00:00:00 2001 From: Matheus Faustino Date: Mon, 3 Sep 2018 21:33:45 -0300 Subject: [PATCH] Add real dropbox api key from stylus dropbox account --- sync/import-export-dropbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync/import-export-dropbox.js b/sync/import-export-dropbox.js index e2464201..4015fa18 100644 --- a/sync/import-export-dropbox.js +++ b/sync/import-export-dropbox.js @@ -1,7 +1,7 @@ /* global messageBox Dropbox createZipFileFromText readZipFileFromBlob launchWebAuthFlow getRedirectUrlAuthFlow importFromString resolve */ 'use strict'; -const DROPBOX_API_KEY = ''; +const DROPBOX_API_KEY = 'zg52vphuapvpng9'; const FILENAME_ZIP_FILE = 'stylus.json'; const DROPBOX_FILE = 'stylus.zip'; const API_ERROR_STATUS_FILE_NOT_FOUND = 409;