Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

API to set all Editable Designs to Read Only

info83PHN
Advocate

API to set all Editable Designs to Read Only

info83PHN
Advocate
Advocate

Is there an API script to set all Editable designs to Read-Only ( non commercial versions ) ?

0 Likes
Reply
Accepted solutions (1)
439 Views
3 Replies
Replies (3)

kandennti
Mentor
Mentor
0 Likes

BrianEkins
Mentor
Mentor
Accepted solution

From the Data object, you can use the personalUseLimits property to get a PersonalUseLimits object. Using this, you can get a list of the editable files. Unfortunately, there isn't a way through the API to change the editable state. The fact that functionality is missing in the API is intentional.

---------------------------------------------------------------
Brian Ekins
Inventor and Fusion 360 API Expert
Website/Blog: https://EkinsSolutions.com
0 Likes

info83PHN
Advocate
Advocate

Thanks Brian. I suspected it may be omitted as an option to prevent hobby uses developing scripts that make multiple files and set to Read Only after each one.

Was just thinking it would be nice to have a 'set all to read only' option at the end of the day.
Maybe in future they'll add an preferences option when Fusion is closed to set all to read only.

0 Likes