NRF Cloud: Add FOTA Bundle

I am logged into my nRF Cloud account and have a nrf9151-DK provisioned and added to a group and want to do a FOTA upgrade as in the Nordic Developer Academy course: "nRF Connect SDK Intermediate Lesson 9 Exercise 6".

I am stuck in step 4.2. When I click the Button "Add Bundle" in the nRF Cloud -> Device Management -> Firmware Updates Tab. It opens up correctly but after uploading the dfu_application.zip, selecting LTE and filling all the other fields with unique entries I click on "Create/Upload Bundle".
And the following ERROR Pops up: "There was an Error uploading your bundle: Access denied: 410".

I have tried reloging into my nrf cloud account but still get the error.

Looking at the error in Chrome Network Manager I see the following two request failing with Error Code 403:
REQUEST URL: https://api.nrfcloud.com/v1/firmwares?modemOnly=true&pageLimit=100
REQUEST Method: GET
Status: 403 Forbidden

REQUEST URL: https://api.nrfcloud.com/v1/firmwares?pageLimit=100
REQUEST Method: GET
Status: 403 Forbidden


I am using Chrome: Version 148.0.7778.167 (Official Build)
But I have also tried it in firefox.

I am under fedora 44.


I hope this is all the necesscary Information. Please ask if there is something missing.

Related