Help with document uploading via API
Posted: Thu Apr 16, 2026 4:15 pm
Hi there,
I've been building an automation that uploads scanned forms via POST /documents/Upload with rawBase64. I've been running into an issue where the .jpg/.pdf files that are uploaded display a pop-up that reads "Document has been previously deleted". The popup only shows up on an initial viewing of the file and does not persist. I've double checked that the base64 strings are valid and I've tried keeping the temp pdf/jpg files my automation downloads in the case that it's related to network upload, but the pop-up persists. Would love some insight on if this is a common issue with base64 uploads or if my implementation sucks.
Thanks!
I've been building an automation that uploads scanned forms via POST /documents/Upload with rawBase64. I've been running into an issue where the .jpg/.pdf files that are uploaded display a pop-up that reads "Document has been previously deleted". The popup only shows up on an initial viewing of the file and does not persist. I've double checked that the base64 strings are valid and I've tried keeping the temp pdf/jpg files my automation downloads in the case that it's related to network upload, but the pop-up persists. Would love some insight on if this is a common issue with base64 uploads or if my implementation sucks.
Thanks!