Hi Patricia,
On Nov 24, 5:50 pm, "Patricia Goldweic" <
pgoldw...@northwestern.edu>
wrote:
> Hi,
> I have a few questions as I prepare to upgrade a production app from version
> 2 to 3:
> - Is 2-legged OAuth authentication supported in this version? (I have seen
> some posts indicating trouble with OAuth)
It is. AFAICT, those posts are developer issues.
> - Are permissions placed with version 2 of the apis visible by the version 3
> api calls?
Yes. Permissions are ultimately store withing Google Docs
and have nothing to do with which API version is used to change them.
> - Can I simply change the urls I've been using to retrieve documents and
> expect that things will work in the same way? (possibly converting them to
> https urls)
More or less, yes. v3.0 URIs are also little more user friendly.
Yes. In v3.0 it's:
/feeds/default/private/full/document%3A1234/acl
> What are the corresponding urls for version 3? Also, what is the
> corresponding acl feed url for a folder?
URIs are listed in the reference guide:
http://code.google.com/apis/documents/docs/3.0/reference.html
Accessing a folder's acl feed is the same as the other types:
/feeds/default/private/full/folder%3A1234/acl
> - Is version 3 of the library still in 'Lab' mode, and does this mean that
> there's no guarantee from Google that apis won't change in the near future?
Yes, v3.0 (of the API) is still in labs but we'll be taking it out
soon.
FWIW, we have not changed functionality in v3.0 since it launched
in August, only added features.
> Is this considered a safe version for a production app to use?
Yes. It's faster and more stable than previous versions. It takes
a while to get out of labs, but that doesn't mean the version is
less worth.