Nexus local user restriction to other repositories for artifact download

I have one scenario in Nexus oss where the local users are created to use it scripts to download artifacts from particular repository, Would it be possible to restrict the local user not to access (download) from other repository? We tried to restrict using roles with edit and browse privilege but did not help. what are the proper combination of privileges for this case?

What do you mean “download”?
Basically, repository view read privileges give access to command line tools (like npm, mvn, etc) and browse privileges give access to the UI.
So you can’t have either of those if you totally want to restrict access to components.
-Joe

@loren.bisoi26 I have similar requirement. Were you able to find a solution ?