Thanks for posting your question. When I ran your commands, I get a jq error for the first one: jq: error (at <stdin>:10): Cannot index array with string "MemberArn"
When I change the first command to: aws quicksight list-folder-members --aws-account-id 123456789012 --folder-id d30f79c9-6b0c-4909-9c08-9dc892b84db8 |jq -r '.FolderMemberList[].MemberArn' > arns.txt
This succeeds and then I was able to run commands 2 and 3 as shown.
Are you able to try the above command, using ‘.FolderMemberList[].MemberArn’ instead?
Hi @larry, it’s not failing for us. I am marking this reply as, “Solution,” but let us know if this is not resolved. Thanks for posting your questions on the QuickSight Community!
You could look to opening up a case with AWS and see if they can provide a solution.
Here are the steps to open a support case . If your company has someone who manages your AWS account, you might not have direct access to AWS Support and will need to raise an internal ticket to your IT team or whomever manages your AWS account. They should be able to open an AWS Support case on your behalf. Hope this helps!
Thanks @larry. Consider creating a new post with more detailed information to invite more community members to join the discussion. After a few days, posts can get lost in the feed. Clarity is key—ensure you explain the problems clearly, include screenshots and sample code, and maybe even provide a sample in Arena.