Current storage service:
This sample showcases the GoCloudStorageManager class, which bundles a user-defined set of GoCloudStorage subclasses and allows for easy, graphical saving and loading of GoJS Diagram Model data to and from various cloud storage services. As of now, the supported services are:
GoCloudStorage subclasses are easy
to construct
and can manage model data for any set of Diagrams on a page. All the GoCloudStorage subclasses
managed by the instance of
GoCloudStorageManager displayed here handle file saving
/ loading
and file creation / removal for the above
Diagram. For a sample of how GoCloudStorageManager
can handle multiple diagrams, see our GoCloudStorage with Multiple Diagrams sample.
Note: Any page that uses GoCloudStorage subclasses (other than GoLocalStorage) must be served from a server to work.