google-reseller-api

Accessing Google Reseller API using Service Accounts

倾然丶 夕夏残阳落幕 提交于 2019-12-24 03:05:54
问题 We are having issues accessing the reseller api using service accounts. The example with client secrets work well, but we would need to deploy this in k8s (Kubernetes Engine) without the need to refresh the oauth session on a recurring basis (especially doing this once, as it is kinda hard in a docker container). While there is a lot of documentation on how to do this with python we could not find any way of getting access using a service account. We tried two accounts, the default compute

How to create the domain administrator of a Google Apps domain purchased via the reseller API

随声附和 提交于 2019-12-23 05:47:08
问题 We are trying to build an application using the Reseller API that our customers will use to purchase Google Apps for Business domains online. I would like to understand the step-by-step process that a new customer would go through. Here is my understanding, based on the documentation I found: 1) Customer visits our site, fills in the form with name, address, alternate email address, domain name 2) our application calls POST https://www.googleapis.com/apps/reseller/v1/customers to create a new

Google Reseller Customer Admin User Creation Admin SDK How

可紊 提交于 2019-12-22 13:35:52
问题 Google Provisioning API is being replaced by Admin SDK. How can I create a Admin User for my Reseller Customer through Directory API programmatically after creating the customer and subscription through the Google Reseller API. Here is my work flow so far. OAuth 2 Access Token is obtained for scopes -- https://www.googleapis.com/auth/apps.order -- https://www.googleapis.com/auth/admin.directory.user Customer is created and subscription is set to flexible Now I like to create the first Admin

Google Reseller Customer Admin User Creation Admin SDK How

左心房为你撑大大i 提交于 2019-12-06 11:00:19
Google Provisioning API is being replaced by Admin SDK. How can I create a Admin User for my Reseller Customer through Directory API programmatically after creating the customer and subscription through the Google Reseller API. Here is my work flow so far. OAuth 2 Access Token is obtained for scopes -- https://www.googleapis.com/auth/apps.order -- https://www.googleapis.com/auth/admin.directory.user Customer is created and subscription is set to flexible Now I like to create the first Admin user for the domain. when i want to insert the admin user for the domain, I get the error API is not