Do I need to use my reseller domain when writing apps that use the Reseller API?

喜你入骨 提交于 2019-12-01 11:37:16

问题


I am a Google Apps reseller and would like to use Google APIs like the Google Apps Reseller API to automate my reseller activities.

When I signed up to be a Google Apps reseller I was given a new Google Apps domain (reseller.mydomain.com). If I want to automate reseller tasks using the Reseller API, do I have to logon to the Google Developer console as myuser@reseller.mydomain.com or can I continue to use myuser@mydomain.com? I'm hoping I can use my normal user since that is where all my other Google development projects reside.

Thanks.


回答1:


You can test your code using the sandbox with any Google Apps account. The only difference with the sandbox is the URLs use v1sandbox as opposed to v1 for the production API (which, yes requires you to use a reseller account). Give it a try in the API Explorer




回答2:


I think you should use your active reseller account to access the Reseller API rather than your normal account.



来源:https://stackoverflow.com/questions/26922052/do-i-need-to-use-my-reseller-domain-when-writing-apps-that-use-the-reseller-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!