I just started using AutoDesk features to extract metadata from the CATProduct file, step file,…
I received information that “AutoDesk charges based on Where the file is stored”.
If the model is located on the ACC or file store on Fusion 360 data management and my account has Fusion 360 enabled, there will no longer be a charge for calling the POST /job API.
I followed the flow below but was still charged while on the 28-day left trial of Fusion 360.
[Create Folder] POST developer.api.autodesk.com/data/v1/projects/{{default_project_id}}/folders
[Create Storage] POST developer.api.autodesk.com/data/v1/projects/{{default_project_id}}/storage
[Get Signed URL] GET developer.api.autodesk.com/oss/v2/buckets/wip.dm.prod/objects/{object_id}/signeds3upload
[Upload File] PUT Upload file by Signed URL on step 3.
[Finalize Upload] POST developer.api.autodesk.com/oss/v2/buckets/wip.dm.prod/objects/{object_id}/signeds3upload
[Create First Version of File] POST developer.api.autodesk.com/data/v1/projects/{{default_project_id}}/items
[Start Job by 1 master file] POST developer.api.autodesk.com/modelderivative/v2/designdata/job
[Check Job Status] GET developer.api.autodesk.com/modelderivative/v2/designdata/{urn}/manifest
[Retrive list of Viewables] GET developer.api.autodesk.com/modelderivative/v2/designdata/{urn}/metadata
[Get Object Hierarchy] GET developer.api.autodesk.com/modelderivative/v2/designdata/{urn}/metadata/{dv_guid_0}
[Retrieve Properties of all Objects in a Viewable] GET developer.api.autodesk.com/modelderivative/v2/designdata/{urn}/metadata/{dv_guid_0}/properties
Can you explain to me why I’m being charged and how I can stop being charged during the Fusion 360 plan is enabled?
Thanks for your support!
I tried to save cost during my Fusion360 plan is enabled.
enter image description here
Võ Đăng Ánh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.