You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pac data export --environment myenvironment --schemaFile .\myschema.xml --dataFile mydata.zip
Which results in the follwing error message
Microsoft PowerPlatform CLI
Version: 1.20.3+ga66a744
Error: Organization listing requires a User auth profile, not an Application auth profile
```[tasklist]
### Tasks
The text was updated successfully, but these errors were encountered:
The issue here is export command tries to resolve environment parameter and to do that it needs to connect to Global Discovery Service. This service doesn't support connections with Application & Secret auth types.
When I try to download data from Dataverse with an application user, I receive the below error message.
First I run the command to create an auth profile with the following command
pac auth create --url https://xxxxxxx.crm4.dynamics.com/ --name myenvironment --applicationId xxxxx-xxx-xx-xx --clientSecret xxxxxxxxxxxxxxx --tenant xxxx-xx-xxx-xxxx
After that I execute the following command
Which results in the follwing error message
The text was updated successfully, but these errors were encountered: