I created and RPA to upload a document(CSV File) from a Virtual Machine to Appian. Everything works fine when I run the RPA manually, ie select execute from the robotic process. However when the RPA runs as part of my process model, I get the following error.
[ERROR] 2022-11-14 17:55:06 - - Error code APNX-1-4530-023 with message "The document cannot be uploaded because the storage limit exceeded, you do not have privilege or the document name is not unique." found for resource /api/v1/uploadDoc[WARN] 2022-11-14 17:55:06 - - Method manageException invoked
I'm sure it must be some security setting in my Process model, but I can't figure it out. Any ideas?
Discussion posts and replies are publicly visible
Hi,
Please fallow or confirm these steps:(Update the folder security)
a. Select the folder you want to upload the file in appian.
b. Click Security.
c. Uncheck the Inherit security from parent configuration.
d. Click Add Users or Groups.
e. Add your service account as an Editor. Example:
Your service account:
in your Security folder:
f. Click SAVE CHANGES
Try that, and please let me know.
Jesus
Jesus - you saved my day thank you so much !!!!