When trying to export a flow with the admin parameter with this line:
m365 flow export --id $flow.name --environment $env.name --format json --path $path
I get the following error:
Error: The caller with object id '9987b9fb-0c85-48f6-####-#########' does not have permission for connection '0a6a858c-d643-46bd-####-#########' under Api 'shared_logicflows'.
On some environments it does work, but I keep getting these errors in the default environments.
PS, the line is used within this script: https://www.cloudappie.nl/search-flows-connections/
When trying to export a flow with the admin parameter with this line:
m365 flow export --id $flow.name --environment $env.name --format json --path $pathI get the following error:
Error: The caller with object id '9987b9fb-0c85-48f6-####-#########' does not have permission for connection '0a6a858c-d643-46bd-####-#########' under Api 'shared_logicflows'.On some environments it does work, but I keep getting these errors in the default environments.
PS, the line is used within this script: https://www.cloudappie.nl/search-flows-connections/