The current project is shared between two users. I have enabled cloud libraries (as that is what I hoped to use) but the issue still persists between local and cloud tool libraries. I have uninstalled fusion and ran the Fusion360 Cleaner which to my understanding should remove any local caches. Restarted the computer and install fusion. The issue still persists.
I have also navigated to:
Windows: %localappdata%\Autodesk\Autodesk Fusion 360\ <AlphanumericID>\W.Login\M
Mac: Mac HD>Users>USERNAME>Library>Application Support>Autodesk>ALPHANUMERIC ID>W.login>M
and looked through the JSON files to see whether the data was there and just not being displayed in Fusion. There was only one .json file and the contents show there is no data present.
{
"data": [
],
"version": 1
}Another debugging step was to try and add a new library to the Cloud dir. I entered "VF2" and confirmed the rename and the text changed back to 'New Library'. However, when I try a random alphanumeric phrase 'sdfsd2' the library name sticks, however, the issue of data being retained still persists. I add a dummy tool, close the panel and reopen the library to find the tools missing and the library gone. To me, this feels like there is a cache somewhere of library names/library data that still persists otherwise what could cause refusal of previously used library names?
So more looking...
I found when you create a new library it gets saved to:
C:\Users\ <USERNAME> \AppData\Local\Autodesk\webdeploy\production\<AlphanumericID>
after sorting for JSON files. I found a long list of the random libraries I tried to make.
I removed all of those and started from the beginning.
Opened the tool library created a library under Cloud called 'VF2' and added multiple dummy tools and observed the VF2.json being created and the file size increasing with the addition of each tool. When looking into the file there appears to be all the appropriate data being written to the file.
I then closed the tool library panel and reopened. The VF2 library has disappeared, the library json file still exists and the data is still the same. This is also true for the (%localappdata%\Autodesk\Autodesk Fusion 360\ <AlphanumericID>\W.Login\M ) location. For the moment I can get around this issue by right-clicking on the Cloud library and selecting import and then navigating to the location of the 'VF2.json' file but "REALLY ?!, nobody got time for that".
UPDATE -- after posting this I then closed fusion and reopened it (last ditched attempt) !! THE LIBRARY IS STILL THERE !! It seems like importing it manually after creating it did the trick. Hope this helps others. and thank you @ToddHarris7556 for your reply