Comment 1 for bug 788073

Revision history for this message
dobey (dobey) wrote :

This is a pretty invasive issue to fix. The problem is that published files information is not transmitted through the storage protocol. It is all done via a REST API. This means there is no way for the server to notify clients when files are published or unpublished on the web server. In order to fix, we'd need to add the necessary bits to the ubuntuone-storage-protocol, fix the server to notify via protocol, and fix the client to use the protocol for published files. Doing this would also fix several related bugs as well.