ingested encrypted data in to AEP using API
hi
I'm trying to ingest encrypted data into AEP from Data Landing zone
first, i ingested the data without encryption to be sure that my mapping is working
then i followed https://experienceleague.adobe.com/docs/experience-platform/sources/api-tutorials/encrypt-data.html?lang=en
i have used the public key from the call https://platform.adobe.io/data/foundation/connectors/encryption/keys to encrypt my csv using GPG keychain software on my Mac
the data flow failed with the following error 107 Unable to ingest the data in the file because the encoding does not match the original file.
i have saved my file in UTF-8
any ideas ?