I see the code in github https://github.com/google/enterprise-deployments/tree/master/apps/python/reseller3.0/RapidReseller,
and I try implement for see manage my reseller domain, but I have some problems.
I have :
INFO 2014-11-14 14:36:56,663 client.py:680] Refreshing access_token INFO 2014-11-14 14:36:57,603 client.py:699] Failed to retrieve access token: { "error" : "access_denied", "error_description" : "Requested client not authorized." }
File "/home/eduduarte/Downloads/ApisGoogle/google_appengine1.915/revenda/oauth2client/client.py", line 710, in _do_refresh_request raise AccessTokenRefreshError(error_msg) AccessTokenRefreshError: access_denied
I created the key, the enable of Api, do download of key to the app, and too I use my account super admin: in settings.py RESELLER_ADMIN, and I have "access_denied"
Please, can someone help me.
Eduardo Duarte