0

使用 Smooch SDK AttachmentsApi 类抛出异常“io.smooch.client.ApiException:不支持的媒体类型”用于具有扩展名的文件类型(doc、csv、log、yaml、yml、eml、basic.ics、mpga、neon、vcf、mp4a)

File : AttachmentsApi.java
Method: public AttachmentResponse uploadAttachment(String appId, File source, String access, String _for, String appUserId, String userId) throws ApiException
<dependency>
            <groupId>io.smooch</groupId>
            <artifactId>api</artifactId>
            <version>5.28.0</version>
</dependency>

如果我们通过邮递员使用 smooch API,则带有上述扩展名的文件不会给出任何错误

https://api.smooch.io/v1.1/apps/{{appId}}/attachments?access=public&for=message&appUserId={{appUserId}}

请协助。

4

0 回答 0