You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Post Artifact Event API currently throws an error if the uploaded file in multipart/form-data doesn't include a file extension (e.g., .csv, .json). We need to add validation to check the file extension and return a proper error message when the file format is missing or unsupported.
The text was updated successfully, but these errors were encountered:
The Post Artifact Event API currently throws an error if the uploaded file in multipart/form-data doesn't include a file extension (e.g., .csv, .json). We need to add validation to check the file extension and return a proper error message when the file format is missing or unsupported.
The text was updated successfully, but these errors were encountered: