This file contains hidden or 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
USERNAME = 'your user name here' | |
PASSWD = 'your password here' | |
DOC_NAME = 'Document Name' | |
import sys | |
import gdata.docs | |
import gdata.docs.client | |
import gdata.docs.data |
OlderNewer