I want to take an export using CX as Code (genesyscloud_tf_export resource).
The org has the PC1 license. I tried omitting the resource_types parameter in my resource definition (to get a full export) but the creation fails with an error:
Error: Failed to get page of evaluation forms API Error: 403 - Unable to perform the requested action. You must have at least one of the following permissions assigned: [quality:evaluationForm:view]
Logic because the permission does not exist in a PC1 environment.
So how do I perform a full export? Do I have to list all resource types manually?
The way the export process works is that it enumerates a list of resources and tries to see if they are present in your organization. Per your analysis, the 403 is because you don't have the product and it is blowing up on the lookup. I am going to open a ticket in my team internally to see if we can exclude this error on export and just log the item without stopping the entire process.
In the meantime, the workaround is to list all of the resource types manually. It might be a little painful, but that will at least get you moving along.