Questions tagged [google-reseller-api]

59 questions
0
votes
1 answer

Google Reseller API getting GoogleJsonResponseException: 403 Forbidden

I'm working on a project that uses the Google Apps Reseller API (Found here). I'm running into a 403 Forbidden Exception. Code (most of it origins from the Google Codelab Example Here: try { try { Reseller service =…
Tristan
  • 40
  • 7
0
votes
3 answers

AdminReseller.Subscriptions.changeSeats() function example...

has anybody a working example of the changeSeats function for Subscriptions? I'm working on automating the ordering of licenses for our customers and i can't get it to work. i get subscriptions.list but in chageSeats i get a warning that i'm…
0
votes
0 answers

Google.GoogleApiException was unhandled by user code

I am having trouble connecting to the Google Apps Reseller API (for .NET) using the service credentials model. Any ideas of where I am going wrong? Steps: Created service application in google developer console Enabled APIs (Admin SDK; BigQuery…
0
votes
1 answer

How to use nextPageToken in Google Apps Reseller API?

I am writing a simple Java application that fetches all customer subscriptions from Google Apps Reseller using the Reseller API. However I am stuck at paging through the results as the max size is 100 per page and I cannot figure out the next page…
0
votes
1 answer

Google AdEx Seller API doesn't support Service accounts

I want to pull periodic reports via Google Seller API. Is there a way, to login into Seller account without having to go via regular OAuth redirection ?
0
votes
3 answers

What should i set as PageToken value when using Google Apps API Explorer?

We are trying to receive information about customers, all we get is 20 results, would like to search next page as well. Should loop through all pages until null, but can't create a loop when using the web explorer, or? What value should be paste to…
John Smith
  • 387
  • 2
  • 8
  • 24
0
votes
1 answer

How to cancel google apps subscription through API?

From Google Apps Reseller API: Manage Subscriptions To immediately cancel a non Google Apps subscription, use the following DELETE HTTP request with a deletionType of 'transfer_to_direct' So, how to cancel google apps subscription ?
user4560201
0
votes
2 answers

Access_ Dined reseller3.0 - RapidReseller

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…
0
votes
2 answers

Issue with Reseller API - To be able to purchase Google Apps, please accept the following Term of service

I am trying to create new subscription using reseller API. But getting following exception - SEVERE: 412 OK { "code" : 412, "errors" : [ { "domain" : "global", "location" : "If-Match", "locationType" : "header", "message" : "To…
santlal kurmi
  • 53
  • 1
  • 5
0
votes
1 answer

Add User License with Google Reseller API

As company, we have Google Reseller account. We want to add a form in our website for our customers to buy new licenses (change seats count) easily. According to our scenario: 1) Customer opens our webpage (lets say…
0
votes
1 answer

Adding user to an account which has multiple subscriptions

If Google Apps account has multiple subscriptions and I'm creating a new user for the account, how can I know which subscription is used to create the user?
0
votes
1 answer

Using apiclient.discovery.build for reseller api

I'm trying to create a service for the reseller api in python-2.7 that includes oauth 2.0. Oauth 2.0 is working correctly because, I have verified that I can get an access token. I have this error message because I can't find the right documentation…
Franz Noel
  • 1,820
  • 2
  • 23
  • 50
0
votes
2 answers

Reseller API not working via service account

We can't make reseller API calls working using a service account. The steps on the link: https://developers.google.com/drive/delegation#delegate_domain-wide_authority_to_your_service_account were followed without any luck. With regards
0
votes
2 answers

Admin SDK Customer Report API - how to specify a customer domain (as a reseller)

I read that the Admin SDK works for Google Apps resellers, but I'm having one specific problem. I want to use the following request to get the number of user licenses in use on one of my customer's…
artooro
  • 1,479
  • 1
  • 8
  • 20
0
votes
1 answer

As a reseller, how do I create a new Google Apps user using the Admin SDK Directory API?

As we transition from the deprecated Provisioning API over to the new Directory API, I see some gaping holes in the documentation in regards to how I as a reseller can manage my customers (Google Apps customers). Specifically, I'd like to know how I…