Add real dropbox api key from stylus dropbox account

This commit is contained in:
Matheus Faustino 2018-09-03 21:33:45 -03:00
parent 7ee14f9c84
commit ebb5aa17b8
No known key found for this signature in database
GPG Key ID: A132F02D41D2F4A6

View File

@ -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;