Google Data API Tips

Google Data API Tips

瀏覽:1042
日期:2024-05-19
Here is a quick and dirty (by fully functional) sample of updating a listpage/listitem in Google Sites using the Data API. #!/usr/bin/python import getpass import gdata.sites.client import gdata.sites.data USER = 'test@example.com' SITE = 'YOUR_SITE_NAME ...看更多