Project.upload_annotations giving AuthorizationError despite valid API key

I appreciate any help I can get here. I know the obvious answer is to upgrade versions since this functionality was deprecated in 6.0.0, but as of right now we are trying to avoid having to re-haul the codebase (if possible). I’m using version 3.78.2 and we have been using project.upload_annotations most recently last Friday without any issues. Today, when trying to call it, I’m getting an AuthorizationError: You are unauthorized to perform this action 130 at the BulkImportRequest step, despite having Admin access, and despite having successfully uploaded images through the SDK (not an API key issue).

Did something change where the old version is no longer supported by the UI?

Thanks for any help with this.

I am also experiencing this same issue on 3.78.1 in the MALPredictionImport.create_from_objects() call. The actual failure is occurring in _create_from_bytes() in labelbox/schema/annotation_import.py.

Hi @ian and @maggie.angsa,

Could you please try again and let me know if you are still running into this issue?

Best,
Christian
Labelbox Support

I am not running into this issue anymore! Thank you.

Yes it works! Thank you so much.