<script src="https://d.weavy.com/s"></script>
<script>
var sub = "###";
/* New Weavy instance with your JWT SUB */
var weavy = new Weavy({ jwt: sub });
/* This renders the file sharing in your app.
Update container to your placeholder */
weavy.space({ key: sub }).app({
key: "f",
type: "files",
container: "#files"
});
</script>