According to the Forge API reference you use the Model Derivative API to extract data from a model file. I use the post job endpoint (https://developer.api.autodesk.com/modelderivative/v2/designdata/job). My application has the Model Derivative API added and I have retrieved a token with data:read and data:write. As input I have the URN of a model uploaded in an A360 Team project but the API reference states that the file needs to be uploaded to a bucket in the OSS. The response from the endpoint is status code Unauthorized.
I guess I need to upload the model into OSS. But isn't the model already uploaded into OSS by A360 Team, or do I need to do it manually before I post the job?