We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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}); };