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
If using the file with no extension, this caused an error. For eg: "/var/folders/m3/p364c0313fv0mhbl3llm4bvw0000gp/T/ActiveStorage-27-20210918-49325-1bu8npn"
The text was updated successfully, but these errors were encountered:
You're right, It's too difficult to use for content_type detection.
But you can use the following method to get the content_type of the file instead of the file extension.
line-bot-sdk-ruby/lib/line/bot/client.rb
Lines 1078 to 1083 in 147323c
If using the file with no extension, this caused an error. For eg:
"/var/folders/m3/p364c0313fv0mhbl3llm4bvw0000gp/T/ActiveStorage-27-20210918-49325-1bu8npn"
The text was updated successfully, but these errors were encountered: