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 ?
I have filed an internal bug to have the documentation updated and will see that this is corrected promptly. I apologize for the confusion the docs have caused you.
To clarify 'transfer_to_direct' is the best way to immediately cancel a Google Apps subscription and transfer the customer to a direct relationship with Google. Customers are given a short window of 'free' service.
TL;DR: 'transfer_to_direct' can be used for Google Apps subscriptions
Related
I want to enable slack and email notifications for GCP CloudSQL instances's maintenance.
When i go to each one of CloudSQL instances, I can see notifications are off in maintenance settings.
However when i try to edit maintenance and notification preferences, I am not able to find a way to turn on notifications for maintenance.
Also the docs are a bit misleading IMO.
On this Page https://cloud.google.com/sql/docs/mysql/maintenance#notifications
There is a link for You need to opt in to maintenance notifications. but it goes to a page where I couldn't find anything related to turning notifications on https://cloud.google.com/sql/docs/mysql/set-maintenance-window#opt-in
My Questions :
Can I enable all kind of cloudsql maintenance notifications including planned and sudden migrations.
Is this possible to receive these notifications on slack and email.
There is one other answer on SO which was not much of a help
Is there a way to configure email notification in GCP for Auto Updates on Google Managed Services?
Thank you in advance.
Only email is supported. You can do that by going to that url: https://console.cloud.google.com/user-preferences/cloud-profile
Then click on communication
From here you can activate the email communication by clicking on the slider.
You can select one or several projects in the dropdown list if you want.
EDIT 1
Sadly, you can't put a team email for notifications
I have a production server running an application and also a mobile app for the same, I want to use FCM as my push notification service , but what I'm seeing from the google website and most stack overflow answers is somewhat conflicting. Stack has a lot of answers on how to get FCM running on SNS, I want to know is it possible to simply use FCM (as its free) or would I need SNS , if not why bother setting up SNS for FCM? Keep in mind I only want to use FCM through an API for a django server and not through the firebase console.
The Firebase documentation is clear on how to get started, and nowhere does it state that SNS is required. Just follow the documentation for your client app platform.
If you want to send messages from your AWS backend, you can just use the Firebase Admin SDK for your chosen backend OS. It will also not require SNS.
If you are having a specific problem with FCM, you should ask a new question explaining what you've done so far that doesn't work the way you expect, along with your code and links to the documentation you're working with.
I am developing a web app which will be pulling data from Amazon Advertising API. I need as a user to see data for all of the sellers that has approved/registered for using their profile's data.
Is this scenario possible? If not, is there anything similar to it? If yes, how do I implement it, is there some documentation?
The Amazon Advertising API v2 was released late 2018, so it's pretty new but has some missing information in the official documentation. But to get started please follow the official documentation guide:
https://advertising.amazon.com/API/docs/v2/guides/get_started
A lot of other sources are outdated, so I suggest to stick to this guide.
The logic to handle multiple Amazon Seller Accounts you have to handle yourself.
But every Seller Account has to go through the consent workflow to give your console app the rights to get access to the shop data via API. Therefore you need to implement a 'Login with Amazon' button - That's the part that is not mentioned in the documentation. See https://login.amazon.com/
I came across this admin-dashboard component and am just curious what it is or what it can do.
It is mentioned in WSO2 documentation related to workflow customization. I did not find any related pages dedicated to this component. What is it, and what is designed for, or what it can do?
Any help is appreciated.
Its created for the administrative tasks and few other tasks. You can do the following using the admin dashboard.
There are several activities related to api store which we can configure workflows. For example, if someone wants to sign up to your store, you can submit it for the store owner's approval. Other places where you can configure work flows are application creation and api subscription. Such pending approval appear in the admin dashboard where the admin can approve or reject them.
You can upload customized themese for api store
This also provides a UI for adding and editing throttling tiers.
In the next releases this will get more such functionalities added.
I'm writing an utility to email an alert when:
a Google Apps domain's number of users approaches the subscription limit
a Google Apps domain's subscription is coming up for renewal
I found the data for point 1 in the Admin Settings API in fields called MaximumNumberOfUsers and CurrentNumberOfUsers
Unfortunately I cannot find any subscription/billing details in the APIs except in the Reseller APIs (which doesn't help me, I'm not a reseller)
This information is available in other cloud product APIs, like Office 365 etc.
Does anyone know if this information is accessible via an API?
The License Manager API provides a way to get/update/assign licenses to users but does not provide details about subscription renewals.
There is no API function currently to retrieve the renewal date.