Yammer Pending Attachments API

New Contributor

I'm trying to upload files to yammer through Postman but getting "Internal Server Error".

 

URL: https://www.yammer.com/api/v1/pending_attachments

 

Header: Authorization: Bearer

 

Body:

 

Content-type: multipart/form-data;boundary=AaB03x
--AaB03x
Content-Disposition: form-data; name="field1"
Joe Blow
--AaB03x
Content-Disposition: form-data; name="pics"; file="file1.txt" Content-Type: text/plain
SampleFile
--AaB03x--

 

Please let me know if I am missing anything

 

Thanks

2 Replies

Hi, I am also facing the same issue. Please let me know if you are able to solve the issue.