Skip to content

Instantly share code, notes, and snippets.

@vinodc
Created October 10, 2014 20:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save vinodc/e20527fd09d5de2c13a9 to your computer and use it in GitHub Desktop.
Save vinodc/e20527fd09d5de2c13a9 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