Last active
December 17, 2015 04:49
-
-
Save s9011514/5553260 to your computer and use it in GitHub Desktop.
一鍵儲存檔案到 Google Drive 雲端硬碟
http://sofree.cc/save-files-to-google-drive/
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
<script src="https://apis.google.com/js/plusone.js"></script> | |
<div class="g-savetodrive" data-filename="檔案名稱" data-sitename="網站名稱" data-src="檔案路徑"> | |
</div> |
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
<script src="https://apis.google.com/js/plusone.js"></script> | |
<div class="g-savetodrive" data-src="https://dl.dropboxusercontent.com/u/23842637/blogroll/demo.zip" data-filename="demo.zip" data-sitename="香腸炒魷魚"></div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment