removed unused code

This commit is contained in:
antelle 2017-05-17 22:45:18 +02:00
parent 7c7e8f5900
commit 320c5cb7da
1 changed files with 0 additions and 17 deletions

View File

@ -7,21 +7,6 @@ const DropboxKeys = {
FullDropbox: 'eor7hvv6u6oslq9'
};
// const ApiError = {
// NETWORK_ERROR: 0,
// NO_CONTENT: 304,
// INVALID_PARAM: 400,
// INVALID_TOKEN: 401,
// OAUTH_ERROR: 403,
// NOT_FOUND: 404,
// INVALID_METHOD: 405,
// NOT_ACCEPTABLE: 406,
// CONFLICT: 409,
// RATE_LIMITED: 429,
// SERVER_ERROR: 503,
// OVER_QUOTA: 507
// };
const DropboxCustomErrors = {
BadKey: 'bad-key'
};
@ -83,8 +68,6 @@ const StorageDropbox = StorageBase.extend({
return {
scope: '',
url: 'https://www.dropbox.com/oauth2/authorize',
// tokenUrl: 'https://api.dropboxapi.com/oauth2/token',
// code: true
clientId: this._getKey(),
width: 600,
height: 400