new HttpFetcher(this, 'copyOrMoveEntry', {
            type: 'POST',
            url: 'https://api.dropboxapi.com/2/files/' + operation,
            headers: {
                'Authorization': 'Bearer ' + this.access_token_,