Skip to content

Instantly share code, notes, and snippets.

@sgeto
Forked from vinodc/file-explorer.html
Created November 23, 2019 23:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sgeto/267e1aa2d2382f6345dcbed95aa2face to your computer and use it in GitHub Desktop.
Save sgeto/267e1aa2d2382f6345dcbed95aa2face to your computer and use it in GitHub Desktop.
Kloudless File Explorer example implementation
<!DOCTYPE html>
<html>
<head>
<title>File Explorer</title>
</head>
<body>
<!--
Throw in the HTML from the JSFiddle's HTML tab here.
The JSFiddle is at http://jsfiddle.net/pseudonumos/PB565/embedded/
-->
<script type="text/javascript"
src="https://static-cdn.kloudless.com/p/platform/sdk/kloudless.explorer.js"></script>
<script type="text/javascript">
// Throw in the JS from the JSFiddle's JavaScript tab here
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment