Description:
When a file is uploaded directly to the Images folder in Drive, the generated URL follows the format:
/Images/Documentation/Filename
However, customers expect files uploaded to the Images folder to follow a simpler structure:
/Images/Filename
The additional /Documentation/ segment in the path may cause confusion in link structure.
Expected Behavior:
Files uploaded directly to the Images folder should generate links in the format:
/Images/Filename
This would ensure a cleaner and more predictable URL structure.