KanoComputing/kano-profile

Local API doesn't share with image

tancredi opened this issue · 3 comments

Sharing functionality seems to save file and image locally in the correct way but doesn't share the image as the share cover file when communicating with the online API. See https://github.com/KanoComputing/kano-profile/blob/master/kano_world/share.py#L39

Also, description field is not sent through to the API.

This needs to be fixed @tombettany @alex5imon

@tancredi The cover and the description field are actually enumerated here so should be implemented. Did you try it and not see anything appear through the API?

@tombettany what's the status of this ticket?

I thinks that this was fixed by @pazdera here