diff --git a/blenderkit/upload.py b/blenderkit/upload.py index 0960429055d9bd0b219b740636c844eec975fd91..0910a666119ff8535de7a8eaee89b8db845f41fb 100644 --- a/blenderkit/upload.py +++ b/blenderkit/upload.py @@ -648,10 +648,10 @@ def start_upload(self, context, asset_type, as_new, metadata_only): try: rj = r.json() utils.pprint(rj) - if r.status_code not in (200, 201): - if r.status_code == 401: - ui.add_report(r.detail, 5, colors.RED) - return {'CANCELLED'} + # if r.status_code not in (200, 201): + # if r.status_code == 401: + # ui.add_report(r.detail, 5, colors.RED) + # return {'CANCELLED'} if props.asset_base_id == '': props.asset_base_id = rj['assetBaseId'] props.id = rj['id']