I want to express my sincere thanks to you for pointing out something that honestly saved me a ton of frustration:
βThe endpoint I was using to upload my IFC file (
https://developer.api.autodesk.com/oss/v2/buckets/...
) has been... retired a long time ago.β πͺ¦
I really thought I had everything set up properly β access token β , bucket β , valid IFC file β β and yet I kept hitting that painful 404. It honestly felt like trying to push open a door thatβ¦ no longer exists π©
Thanks to your guidance:
β¨ I learned that I should use Signed S3 Upload instead
β¨ I now know the right flow with the new endpoints:
GET
+ PUT
+ POST
β all nice and proper
β¨ Most importantly: I'm no longer fighting 404s like a lost soul
Respect! π
Wishing you endless dev power and smooth sailing through every project!
Best regards,