facebook / facebook-ruby-business-sdk

Ruby SDK for Meta Marketing API
https://developers.facebook.com/docs/business-sdk
Other
204 stars 161 forks source link

Downcase upload file extension #134

Closed scottgratton closed 2 years ago

scottgratton commented 3 years ago

If an uploaded file has the extension in anything but all lower case, the error This type of file is not supported is raised because the extension is being matched by the values in the MIME_TYPES constant. Adding a downcase when checking the extension will allow files to be uploaded with an extension that is upper or lower case and verify the file type.