Actions
BUG #4309
open[SQA] Upload from Drive: PDF file gets redundant `.pdf` extension
Start date:
03/09/2026
Due date:
% Done:
0%
Estimated time:
Description
Description¶
Module/Section: Upload from Drive
Profile: Website
Issue Category: Functional
When uploading a PDF via Google Drive, the system automatically appends a .pdf extension, even if the file already has one.
This results in a redundant filename (e.g., document.pdf.pdf), which may confuse users or break file handling workflows.
Steps to Reproduce¶
- Upload a PDF file (e.g.,
document.pdf) via Google Drive. - Observe the filename after upload.
- Confirm that Google Drive has appended an additional
.pdfextension (e.g.,document.pdf.pdf).
Expected Result¶
The uploaded file should retain the original filename and not append an extra .pdf extension.
Actual Result¶
The system appends a redundant .pdf, resulting in filenames like document.pdf.pdf.
Root Cause¶
Impacted Area¶
Attachments¶
No data to display
Actions