Tagged Questions
1
vote
0answers
45 views
Google Sites API failed to return entries which are not in first chunk
I am trying list out all available lists, webpages, announcements, file cabinets present in Google site, by using Query(with .Net Google Data APIs):
...
0
votes
0answers
50 views
Update Contents of already uploaded fine in Google Sites File-cabinet using C#?
Does anyone know how to update the contents of an already uploaded attachment in Google sites File-Cabinet?
I have tried the code below but no luck...
FileStream strm = new ...
2
votes
1answer
102 views
Download a Google Sites page Content Feed using gdata-python-client
My final goal is import some data from Google Site pages.
I'm trying to use gdata-python-client (v2.0.17) to download a specific Content Feed:
self.client = ...
0
votes
0answers
43 views
unable to retrieve the full list of sites for a particular user
My production app uses the gdata Java client libraries to retrieve all sites a user has access to. I've noticed today that the response is missing most of the sites (in fact, it seems to be missing ...
0
votes
1answer
603 views
Google Sites API - How to get all domain sites via 2-legged oAuth
I'm attempting to use the Google Sites API to retrieve a list of all of my domain's sites, not just the sites that the currently authenticated user has read-write/owner access to. As far as I can ...