Billing has not been enabled for this project - google-bigquery

I enabled free trial last night but I'm still unable to create a data set to save a query into a table. Anyone know why?

I have the same problem, trial was enabled but I couldn't add dataset in BigQuery. The solution for me was to go to any storage service like BigTable and click Enable Billing there.

Enable billing and you are good to go:
https://console.developers.google.com/billing

I received the 'enable billing' even though billing was enabled. In my case I needed to enable the BigQuery API. I'm not sure why the error message didn't specify this directly, it seems as though it should have.

Once you have a valid billing account setup, you need to also ensure your project that has the BigQuery access also is connected to that billing account.
For me the problem was solved by going to Billing > Projects and then selecting a newly created organization, under which the project I was trying to get BigQuery working for was, and then I needed to attach the project to that account.
So be sure to check the tab "My projects" in the Billing section, and also the dropdown menu inside that tab called "Select an organization". When you find the right project, click the "Actions" button (i.e. the three dots) and select "Change billing account" and "Set account".

Related

Product Subscription in API Connect v2018

How can I check that how many applications have subscribed to a product in a catalog ?
One way is to check the subscription of all application in that catalog however in my case there are so many application that why it's very time consuming to use this approach. Any feasible approach for this case ?
There are two ways that I know of.
One is to enable catalog search:
Login to API Manager and navigate to your provider org. Append "/ff" to the URL and hit enter. Enable the search feature. Once enabled, you'll see a search bar at the top of the screen. Search for your product, making sure you set options for the correct catalog. Click on the "Catalog Products" tab and you will see your product and subscription count. Click on the ellipsis and you can choose the option to view all subscriptions.
The second way is through the APIC rest API. If you want to go down that route, use their API Explorer here: https://apic-api.apiconnect.ibmcloud.com/v2018/

Zapier update In podio says i don't have permission but clearly I do

Also checked box in podio app to allow users to update and modify items.
Put still get this error in zapier when trying to update
"The app returned "The user with id 1653273 does
not have the right update on item with id 6". It looks like your
connected account doesn't have permission to complete this step. You
should contact the administrator for your account and make sure you
have the needed permissions."
David here, from the Zapier Platform team.
That looks like an issue on the Podio end that Zapier is surfacing. I'd try reconnecting the account in Zapier (maybe you need a fresh token to pick up the permission changes?). If that doesn't work, Podio support is probably your best bet for getting an answer. They'll have the tools to troubleshoot your issue.
Pavlo here, from Podio team :)
Something is wrong with your config, I'm 100500% sure that item with id 6 is not yours and you don't have rights to update it :) Please debug your flow and ensure that you are trying to modify correct item.
i didn't realize item id was a universal id within podio and not just something that would reference in that app. so id 6 seemed reasonable from that perspective as that app only had a couple items in it to test. so i have not gotten the right value from the zapier item look up go to to the zapier item update and it worked flawlessly.

How to get notified with any new issue created in YouTrack?

We have like 10 projects in our YouTrack installation. I want a new team colleague to get notified everytime a new issue is created for one specific project.
Is there something like project manager role? Or do I have to make a custom search and subscribe to it?
Actually, the both options are possible.
You can make your college a project lead. To do this you should go to this particular project settings (/editProject/) and choose this person in Project lead dropdown. In this case a special saved search Unassigned in <Project> is created and the person is subscribed to notifications about created issues in this search.
However, the disadvantage of this solution is that you can have only one project lead per project. So, if you want several people to get such notifications, you can make a similar saved search (with a search line like project: <id> #Unassigned) and subscribe each user for this search - go to their profiles, select Filters and Notifications tab, find this saved search in saved searches list and check corresponding on issue created checkbox.

YouTrack: How to set user's email notification for any activity in any project

How can I set up a saved search on which I can make a user receive notifications for any type of status change on items in any project, or if that's not possible, in any project in which he's simply a member (doesn't need to have reported the item, or have had it assigned to him)?
The 'for:' and 'by:' filters don't seem to give me the capability to set up something like this. Is this possible, to have a sort of 'Super-Watcher' that gets email updates on everything?
I'm self-hosting the free version of YouTrack (4.2.4, build #6055 [24-Jun-2013 20:37]).
Create a saved search with a query like
State:Open or State:-Open
This query will match any issue in any project that's visible to the user.

Clickbank - Create products for testing (in Sandbox)

I am new to Clickbank.
I want to try out the API for the same.
But I am stuck in between.
Can anyone guide me through the steps to successfully create a product.
I am getting some errors
You must make a test purchase before submiting this request.
A footer disclaimer is required for all Pitch and Thank You pages.
Also wanted to know, like how can I setup the sandbox account?
Please help me out.
Thanks in advance.
This question was asked a very long time ago but I just happened across it and know the answers.
First, however I think anyone starting on ClickBank, technical or otherwise, will benefit from the following: https://www.clickbank.com/launch-checklist/
Now, to answer the question(s):
Test Purchase:
• Can't do this without creating a product first
• To create a product you do the following:
Login to the account
Click: Vendor Settings -> My Products
On this page locate the list of ADD NEW buttons & Click Product
The product editor pretty well walks you through the process
AND now for the test purchase.
That process is described here: https://support.clickbank.com/hc/en-us/articles/360036958431-How-do-I-test-a-payment-link-
Footer/disclaimer:
This is what is known as the ClickBank Trust Badge currently, (not sure about 9years ago).
It's a little element that you copy and paste into your webpage, after configuring what you want it to look like & where you want it to be, from the available options.
To find and set it up:
Login to the account
Click Vendor Settings -> My Site
Scroll down to the section with the title "ClickBank Trust Badge - Injection Code"
If you like the default setup you can copy what's in the Javascript Snippet field
If you want to change where it's located and colors click the Configure Settings button (not going to describe everything here as it's pretty straight forward as well)
ClickBank APIs
Last, you mentioned wanting to use the ClickBank API, which I happen to know very well. However, the documentation for it is also actually pretty good so let me start off with that:
General ClickBank API documentation
Additionally each APIs primary endpoint is self documenting. Additionally this documentation tends to be the most relevant for a programmer
Example of self documenting endpoint: https://api.clickbank.com/rest/1.3/orders2
So, it's worth noting the following that are required to use the API:
You must have an HTTP header of "Authorization" and it must be set to both of the API keys for an account.
Both keys refers to the API- "Clerk Key" as well as the DEV- "Developer Key"
Enter them both, separated by a colon ":" as the value of the Authorization key with the DEV- key first (DEV-A23478C...:API-IA23456...)
You must also use the correct HTTP request type for the query you are wanting to make (the only two that are utilized are GET and POST)
Examples:(NOTE: ACCOUNT_NAME_HERE is the ClickBank "nickname" or account name)
Single transaction: https://api.clickbank.com/rest/1.3/orders2/RECEIPT_NUMBER_HERE
List transactions by date range and specific account: https://api.clickbank.com/rest/1.3/orders2/list?vendor=ACCOUNTNAME_HERE&startDate=2021-12-11&endDate=2021-12-14
Count of transactions by date range: https://api.clickbank.com/rest/1.3/orders2/count/?vendor=ACCOUNT_NAME_HERE&startDate=2022-01-01&endDate=2022-01-01
Monetary value of transactions by date range: https://api.clickbank.com/rest/1.3/quickstats/count/?account=ACCOUNT_NAME_HERE&startDate=2022-02-01&endDate=2022-02-10
Sending shipping data for physical products (POST): https://api.clickbank.com/rest/1.3/shipping2/shipnotice/4NVXUFNW?item=2&date=2018-08-14&carrier=UPS&tracking=1NH323452345WODFS&comments=Test%20again%20comment%20with%20spaces10%20receipt=4NVXUFNW