Adding ElephantSQL add-on - cloudcontrol

I've tried to add ElephantSQL add-on to my application using following command and get error:
cctrlapp someapp/default addon.add elephantsql.turtle
addon: Billing account required in order to add "elephantsql.turtle".
Could someone explain how can I fix it? Is it possible to use postgresql with free plan?

I just didn't pay attention on Billing Accounts section on account screen.

Related

Unexpected error when querying Google Play Developer API

We have been trying to set up the sample app for Play Billing workflow with subscriptions as we are looking to introduce subscriptions in our app. We wanted to have the ClassyTaxi app running end to end in order to understand the flows better. Although for past 2 days, we are only trying to debug issues and/or missteps because of some really poor documentation on Google's front.
After ensuring every single step was correctly followed, we were able to make some progress and have the app working with the correct Skus as configured in Play Console. But now the backend server (ClassyTaxiServer) is throwing below error:
"Unexpected error when querying Google Play Developer API. Please check if you use a correct service account" - "OtherError: The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console.".
We have relooked, recreated the service account on the Cloud Console several times, but no luck.
The Play Console is correctly linked with the Google Cloud project and the access is correctly granted to the service account.
Anyone has any suggestions? How can a sample app be so difficult to set up and function as expected? Or are we doing something terribly stupid?
Please help.
Thanks.
I passed trough similar situation, and I get same issue. After checking I found a note in google documentation saying the following:
Note: As of December 1, 2019, the Google Play Developer API is available only for version 3 and higher. If you're using a lower version of the API, you must migrate to version 3 by this date. For more information on migrating to version 3, see Changes to the Google Play Developer API.
Investigating the implemented code I found that the sample uses v2 of the google API (check ./subscriptions/play-billing/PlayBilling.ts line 70). So to avoid this situation, you will need to set it to v3, and update googleapis dependency to latest version in package.json.
Additional Notes
After solving this issue, I had a different message in 'OtherError', this time is “The current user has insufficient permissions to perform the requested operation.”. I will note my solution here just someone passed through similar situation:
In google play console, and after clicking on 'Grant access' in 'API Access' tab, you will need to select the user and add some permissions to the user (in my case I set it to admin, but I think it's larger than needed), make sure also to add the app/apps you are listening to.
If the issue is still running, just edit any of your products or just try creating new one, this step will clear the google cash and refresh permissions. (Check this question).

Can I see my current billing so far this month? (Firebase Blaze Plan)

I just updated to firebase Blaze plan (pay as you go) and I wonder if there's a way to check how many usd am I getting charged so far this month.
Thanks.
If you go to the usage and billing page of your project in the Firebase console, you can see the running cost for your project in this billing cycle.
This is what it looks like for one of my projects:
To get to this, either click the link above, or:
Go to firebase.google.com/console
Select your project.
Click the settings icon to the right of the Project Overview link
Select Usage and billing

Multiaccount codecommit setup aws

How to set up multiple account code commit?
I am able to set for the only single user.
I am getting below error
Please make sure you have the correct access rights and the repository
exists
Sorry to hear about that. Can you describe more about the workflow you're trying to achieve through multi account access?
In the meantime, here's a link that explains how to achieve cross account access to CodeCommit if that helps: https://docs.aws.amazon.com/codecommit/latest/userguide/cross-account.html

What are the minimal set of privileges required to use the rest Search API with Nexus 3?

I'm using Nexus Repository Manager OSS 3.13-0.0.1 and I'm trying to find the minimal privileges to use the Search API.
In the documentation the admin account is used : Search API Documentation
I've tried the nx-search-read privilege but is always return an empty result (this is not the case with the admin account).
Do I have to add more privileges in order to be able to use the Search API ?
The only other thing that should be needed is to grant read permissions to the components they should be able to search. E.g. nx-repository-view-maven2-*-read

database settings Google Appmaker

Google's App Maker Setup Instruction seem to be inaccurate!
I am closely following the instructions found on https://developers.google.com/appmaker/models/cloudsql
For: Create a custom Google Cloud SQL database for your app/
Second Generation
Step 6a is not valid
There is No Database Found in the Settings
Note I have followed all of the previous steps without issue.
Does anyone know what I can do to follow those intructions listed on the url above if Step 6a appears to be incorrect?
Note: This is my first ever post on stackoverflow, please be kind to my ignorance if obvious.
Thanks!
This is how to set it up:
Connection from App Maker to Cloud SQL is locked
Basically, you need to assign the default instance within the Admin Console.
Mike

Resources