Insufficient permission for upload_submission

When trying to uploading with

napi = numerapi.NumerAPI(public_key,secret_key)
napi.upload_predictions(“preds.csv”, model_id=model_id,version=2)

the message

“Insufficient permission for upload_submission”

appears: I have checked the public and secret key and the model id for accuracy. What can I do?

pls try again or use manual loading first.

You need to give the correct rights when creating the API Key

Thx for the quick fix!