Skip to content

Instantly share code, notes, and snippets.

@JacobHsu
Last active August 29, 2015 14:04
Show Gist options
  • Save JacobHsu/310819679358b7ee820f to your computer and use it in GitHub Desktop.
Save JacobHsu/310819679358b7ee820f to your computer and use it in GitHub Desktop.
#API #Google Drive - Creating a Save Button
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Google Drive - Creating a Button</title>
</head>
<script src="https://apis.google.com/js/platform.js"></script>
<body>
<div class="g-savetodrive" data-src="http://example.com/pug-snores.mp3" data-filename="pug-snores.mp3" data-sitename="pic of pugs"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment