Good morning,
I'm creating an AL project for the first time so this is probably a very simple issue. I'm attempting to run a default project (Command Pallet > AL: GO!), but I get the following error when I hit F5:
The request for path /v2.0/[Environment]/dev/packages?publisher=Microsoft&appName=Application&versionText=19.5.36567.36634&appId=00000000-0000-0000-0000-000000000000 failed with code Forbidden. Reason: You do not have the following permissions on TableData Published Application: IndirectRead for company CRONUS USA, Inc..
The problem is, we have multiple 'companies' in the Sandbox environment and I have all of the permissions I need for a different company, aptly titled 'My Company'.
But it doesn't seem like I can specify anywhere in the launch.json that it should be using My Company instead of CRONUS USA, INC. I tried adding on ?company=My%20Company to the environment name but it just gave me a bad request error when I tried to run it.
Any advice would be appreciated. Thanks!