Last active
August 29, 2015 14:04
-
-
Save JacobHsu/310819679358b7ee820f to your computer and use it in GitHub Desktop.
#API #Google Drive - Creating a Save Button
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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