I am using the gdata-python library to perform a number of operations via the Google Docs API. This library uses version 2 of the protocol, which does not support changing the ownership of a document.
Has anyone managed to find a successful workaround which lets them change the owner of a document using the version 2 API?
One idea I thought of was to 'make a copy' of the document in to the new account, which would duplicate the ACL as well.
Alternatively, has anyone got any advice on how to use version 3 of the API from Python? The gdata library won't work - perhaps there is a more manual way of accessing the API?