You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Python test.py there's a gdata test that basically tests being able to fetch a user's Google Documents list. This helps test both input and internet connectivity.
In Perl there are a few libraries for this but they all require way too much in order to use them. More than I'd like to include in ASE (at least in this time).
In the Python test.py there's a gdata test that basically tests being able to fetch a user's Google Documents list. This helps test both input and internet connectivity.
In Perl there are a few libraries for this but they all require way too much in order to use them. More than I'd like to include in ASE (at least in this time).
We need to implement our own gdata test. I've been working on this but it requires working out all the logic and I can find much time for that. Here is a list of useful resources:
http://code.google.com/apis/gdata/docs/2.0/basics.html
http://code.google.com/apis/spreadsheets/data/3.0/developers_guide_protocol.html
http://code.google.com/apis/accounts/docs/AuthForInstalledApps.html
http://code.google.com/apis/accounts/docs/AuthForInstalledApps.html
The text was updated successfully, but these errors were encountered: