Questions tagged [google-reseller-api]
59 questions
1
vote
0 answers
Invalid credentials using PHP with the Google apps reseller api
I'm trying to build a couple of webpages to gather info about our GApps customers.
I have all the code needed to get an Oauth token and it even seems to work (at least i can read all my calendar events using the calendar API). When i try to access…

Luca
- 11
- 4
0
votes
0 answers
Sneaker Price Comparison model
i would like to build a sneaker price comparison website to let my audience find the best online reseller to buy the sneaker at the specific time when they are comparing for the specific model of sneaker and size they want.
in order to do so we need…
0
votes
1 answer
How to use google reseller api using service account
I want to access Google reseller api to get customers and subscriptions using google service account key but not able to do it. Below is my code snippet:
async function runSample() {
const auth = new google.auth.GoogleAuth({
keyFile:…
0
votes
1 answer
Transfer a customer to your reseller account
I am trying to transfer a customer domain to my reseller account.
I have transfer token generated
In the below screen, if I give the domain and transfer token, I will have a customer created with all the details.
How to do this using the…

smootherbug
- 129
- 12
0
votes
2 answers
Uncaught TypeError: Cannot read property 'signIn' of null (When running the code on localhost!)
I ran this code on "js.do" and it worked without any issues. When I ran it on a localhost, however, I got the following error: "Uncaught TypeError: Cannot read property 'signIn' of null".