Add real dropbox api key from stylus dropbox account
This commit is contained in:
parent
7ee14f9c84
commit
ebb5aa17b8
|
@ -1,7 +1,7 @@
|
||||||
/* global messageBox Dropbox createZipFileFromText readZipFileFromBlob launchWebAuthFlow getRedirectUrlAuthFlow importFromString resolve */
|
/* global messageBox Dropbox createZipFileFromText readZipFileFromBlob launchWebAuthFlow getRedirectUrlAuthFlow importFromString resolve */
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
const DROPBOX_API_KEY = '';
|
const DROPBOX_API_KEY = 'zg52vphuapvpng9';
|
||||||
const FILENAME_ZIP_FILE = 'stylus.json';
|
const FILENAME_ZIP_FILE = 'stylus.json';
|
||||||
const DROPBOX_FILE = 'stylus.zip';
|
const DROPBOX_FILE = 'stylus.zip';
|
||||||
const API_ERROR_STATUS_FILE_NOT_FOUND = 409;
|
const API_ERROR_STATUS_FILE_NOT_FOUND = 409;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user