Access to the path 'Dynamo Built-In Packages\PackageName' is denied

I am getting this error whenever I attempt to install a package through Dynamo. Error code is 2023.2.21. A little bit of background, I recently got a new computer and that is when this issue started for me. Not sure if I don’t have something set up correctly. Any ideas?

You’re probably downloading to an invalid (protected) path. The package manager defaults to the top package directory in your settings. Make sure this is a valid location, preferably the default user location (AppData\Roaming) if you’re unsure.
image
You can also choose to download a package to a specified path.

2 Likes

Thanks Nick. I took a look at that and the path ended at the version folder (2.16). I updated the path and added the “packages” folder at the end of it and was able to successfully install a package. I think I am good to go. Thanks again!