Fusion360Exporter
Fusion360Exporter copied to clipboard
Error while exporting

I have the same Problem. Did you solve it? I created the folder brfore starting the script, but it didn't help. 😢
Maybe antivirus software? Have you tried other folders? Like maybe the C:\Users\<user>\AppData\Local\Autodesk\webdeploy\production\<lots of letters and numbers> folder could work?
I have the same Problem. Did you solve it? I created the folder brfore starting the script, but it didn't help. 😢
I did not use this code but I tried to download the code now and was unable to recreate the issue.
Hey everyone, I had this same problem and was able to fix it by using ChatGPT. Please see the conversation here:
https://chat.openai.com/share/4ae505cb-e956-4fc0-abd1-961170e61a8a
I would submit a pull request. but I'm fairly new to GitHub. Hopefully this helps.
Is it possible your Desktop folder didn't exist? One of the linked answers used parents=True, but the final answer it gives should be the same as what the code currently does
I think the issue might lie with Microsoft's decision to hide the desktop folder behind OneDrive, like so:
C:\Users[username]\OneDrive\Desktop
So the folder does exist, but in a different location, which would explain it. Either way, it seems that it should create whatever paths/folders are necessary for the save location if asked to, as opposed to crashing.