Hello, Welcome to Microsoft Q&A,
The Unity StreamingAssets folder is read-only and used to store Assets. For specific instructions, please see the Unity official doc: Application.StreamingAssetsPath.
Therefore, we can save the file in the Application.persistentDataPath and note that source files have read and write permissions.
----
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.