Weird behaviour of the dataFile.publicLink property

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi support / forum,
We are using a python script to update a list of URLs to all files in a given Fusion 360 project. In doing so, we recursively inspect all folders and whenever a relevant file is "detected" we make a call to the property "DataFile.publicLink" described below:
http://help.autodesk.com/view/fusion360/ENU/?guid=GUID-86975614-B402-4117-9DD4-024C688F3666
The issue we have is that every time we make a call to this property, it generates a new URL, making the old publicLink address invalid (this is a problem as we use these links in Monday.com to manage our documentation work). This is further complicated by the fact that - seemingly - any update to the file in mention (e.g. a 2D drawing) also updates the URL.
Can someone please explain the behaviour of this API call to "DataFile.publicLink" and indicate how a more static behaviour can be achieved, where the URL is not updated unless I want it to be updated?
Any help would be greatly appreciated. Thanks!