Hi Akitosh, I can't reproduce the issue on my test domain, it seems like it only affects that single customer. To exclude any bugs in the Python client library, please try reproducing the issue using cURL. Here is a guide on how to get started with cURL: http://code.google.com/apis/gdata/articles/using_cURL.html
Basically, after you retrieve an authentication token, you use it to send a GET request to: https://apps-apis.google.com/a/feeds/YOUR_DOMAIN/user/2.0/ For more details on the Provisioning API protocol, please check the documentation at http://code.google.com/googleapps/domain/gdata_provisioning_api_v2.0_developers_protocol.html#Retrieve_Account_Example . Add the --verbose parameter to your cURL request and if you manage to reproduce the issue, please share the output of the request with us. If everything works well with cURL, then it is highly likely that the issue is in the Python client library. You are using version 2.0.14 which is a few months old and since then many bugfixes were added to it, so please go to http://code.google.com/p/gdata-python-client/source/checkout to checkout the latest version of the library from the repository and check weather the problem persists. Also, you said your app is installed from the Google Apps Marketplace. Does the problem occur if you run the same code from the command line? Thanks Gunjan Sharma -- You received this message because you are subscribed to the Google Groups "Google Apps Domain Information and Management APIs" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-apps-mgmt-apis/-/h8zQmJ5sKTkJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-apps-mgmt-apis?hl=en.
