Set 'X-CLIENT-NOTIFY-ERROR' header to false in your request
this.getPartUrl = function(id, partNumber, path) { return upload(id).get({ part_number: partNumber, path: path }, {'X-CLIENT-NOTIFY-ERROR': false}); };
There was an error while loading. Please reload this page.