Nov 22 2016 09:57 PM
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
Dec 08 2016 11:38 PM
Hi, I am also facing the same issue. Please let me know if you are able to solve the issue.
Feb 14 2017 06:32 AM
Try this link, it can help
worked for me !!