Yammer implementation

Hi guys, your service is really great, I am fascinated by it. I wanted to offer you one thing: is it possible to make it so that I can manage the files of a Yammer community through rclone? I have access to an Office 365 profile and the api should be open. Thank you for your work, I hope you can accept my request.

I had a look at the API, I could see how to upload a file and delete it but not how to list files - can you see an API to do that?

Yes.
Upload file endpoint (Azure Blob):

https://filesng.yammer.com/v3/createUploadSession
https://filesng.yammer.com/v3/completeDirectUploadSession

List files endpoint:

https://www.yammer.com/api/v1/uploaded_files/in_group/[:group_id].json

Bad things: they are undocumented, but if you want we can "discover" the api

That is probably just enough API to work with!

Can you a new issue on github with this feature request? Maybe you'd like to work on it?

I can try, but it would be better if someone could collaborate with me

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.