ah, typo in my url, I actually get this instead of "internal error"
Entry not found On Mon, Jul 11, 2011 at 6:16 PM, Jason Stillwell <[email protected]> wrote: > Alright. Then say I have an internal doc accessible via the url > > > https://spreadsheets1.google.com/a/company.com/spreadsheet/ccc?authkey=AAAAAA&hl=en&key=BBBBBBBBBBB&hl=en&authkey=AAAAAAA#gid=16 > > > Theoretically, I can access this spreadsheet via API using the url > > > https://spreadsheets.google.com/feeds/spreadsheets/private/full/BBBBBBBBBBB > > But that fails. I just get "internal error" from this url. (when using > the right key of course). > > > meanwhile if I do exactly the same thing with a non business > spreadsheet. One created using a non company.com google user, which is > a regular old @gmail.com address. Everything works fine. This is what > makes me think I'm not able to use the API for "business apps" > documents. > > > > On Mon, Jul 11, 2011 at 6:00 PM, Vic Fryzel <[email protected]> wrote: >> Let me clarify a few points. >> spreadsheets.google.com and yourdomain.com have nothing in common when the >> API is involved. That is, the spreadsheets.google.com you see in the URL is >> correct regardless of whether you're using a Gmail account or a Google Apps >> for Business account. >> How are you making the request to that URL? The exact URL you provided >> works for me with my own Google Apps for Business domain. >> >> -Vic >> >> >> >> On Mon, Jul 11, 2011 at 8:56 PM, Jason Stillwell <[email protected]> >> wrote: >>> >>> I tried this earlier, and it didn't work. >>> >>> https://spreadsheets.google.com/feeds/spreadsheets/private/full >>> >>> just returns 404 not found. >>> >>> which doesn't surprise me because my "google apps for business" login >>> doesn't work on google.com (without apps for business). That seems to >>> be a seperate world. >>> >>> >>> >>> On Mon, Jul 11, 2011 at 5:45 PM, Vic Fryzel <[email protected]> wrote: >>> > Remove the /a/company.com and you'll be good to go. >>> > >>> > -Vic >>> > >>> > >>> > >>> > On Mon, Jul 11, 2011 at 8:42 PM, Jason Stillwell <[email protected]> >>> > wrote: >>> >> >>> >> My company uses apps for business so it has its own google docs, >>> >> accessed >>> >> via >>> >> docs.google.com/a/company.com/ >>> >> and >>> >> spreadshets1.google.com/a/company.com/spreadsheet >>> >> >>> >> I'd like to interface programatically with the spreadsheets there-in. >>> >> Is >>> >> this possible using the spreadsheet APIs? >>> >> >>> >> I've been unsuccessful getting any urls of the form >>> >> spreadsheets1.google.com/a/company.com/feeds/ >>> >> to work with meta-feed patterns. >>> >> or other various urls I've tried. >>> > >>> > >> >> >
