So after successfully POSTing a new AppBundle, I cannot GET the details back anymore from https://developer.api.autodesk.com/da/us-east/v3/appbundles/:id
. It results in a bad request 400
I'm using the fully qualified id, it's returned from the post as ClientId.name
. Since there is no alias yet, there is no +label
. I can do a GET on https://developer.api.autodesk.com/da/us-east/v3/appbundles
and it will return my AppBundle with the +$LATEST
label just fine. I tried appending that to the fully qualified id, or the version number, same result. I can GET existing (already shared) AppBundles just fine.