fixed
Fixed API Issues with Report Downloads and File Names with "/" or "\"
January 13th, 2025
Issue 1: When attempting to download specific reports via the API, customers received a generic "Internal server error" response. Issue 2: Error with the API due to invalid characters "/" and "" in account names. The Fix: Adjusted the API logic to provide clearer error handling and resolved the issue by changing "/" and "" to "_" in file names.