How can I delete a google cloud project from google cloud console? - google-app-engine

Google document says "selecting the 'Delete...' option from the project drop-down menu"
https://developers.google.com/console/help/#deletingaproject
But I cannot find this Delete option from the drop-down menu...

The documenation you are referring to uses this other console https://code.google.com/apis/console/
On the left you will find the dropdown menu.

The snapshot you have shown is of new UI of console, from that UI you won't be able to delete project.
Sebastian Kreft has given the link click on it that will load old view of console and at left you will see project options to delete.
However this will not physically delete your application you will still have option to un-delete the project.

Related

Want to show orders notifications from orders api in React.js

I am building a warehouse management system for WordPress store in React.js: I have built an API (http://wms-api.martoo.com/api/wms-orders) for orders and fetching all the orders in my React Dashboard.
Now I want to show notification for each order in my React dashboard. What's the best approach for that to show notification automatically when someone places an order through WordPress eCommerce. Probably sockets can help but I am looking for the solution. I will appreciate your help.
I have checked for different methods but non worked. I have tried webhooks, cron jobs but this method is effiecient. I have used pusher
Go at https://pusher.com/
Click on "Get a free account". Then register yourself at it.
Create a new App at the Channels tab.
Write the name of your app anything you want.
Choose ap2 (Asia Pacific(Mumbai)) or any other closer to the region of the website's owner on the cluster tab.
Ignore everything else and click on create.
Go to the apps tab in the navigation menu and click on the app you've created.
Read documentation for further instructions

IBM Watson Project. How do I re-access my notebook in an active project after logging out

I have just started IBM Watson Studio. I created a project within which I created a Jupyter notebook. I logged out of it and want to login again after 30 minutes. I do not find any provision to open an existing project even though I am able to create a new project
In the list of projects, click on the name of your project. In the project, switch to the Assets tab, where you'll see list of your notebooks in that project.
To edit a notebook, click on the Pencil icon in the same line. If you click on the name of the notebook, it will open in view mode rather than edit mode. But you'll have another Pencil icon at the top, so you can switch to editing from there as well.
Log in to your watson studio. Click on the IBM cloud at the top left corner. Choose dashboard click on services. Select Watson Studio-62. In the new window click on get started. Then in recently updated projects you will be able to see your project. Click on that. Then a new window will get opened. There you can see Notebooks. Click on the name of your note book. Click on the pencil icon to edit the note book..

DotNetNuke (DNN) and Hyperlink Manager "Track the number of times this link is clicked"

I have clients using the DNN CMS (Evoq Content 7.3.2) system and are questioning a specific area in the "Hyperlink Manager". There are two checkboxes (View image):
Track the number of times this link is clicked
Log the user, date and time for each click
If checked, where do we go to view these analytics?
I found resources online that mention we have to create an API for it, but are there any out-of-the-box solutions for this?
After some more researching, I solved my own problem and I wanted to share this with anyone who was looking for an answer to this.
For versions DNN 7.3.2 and lower, the Telerik RadTextEditor includes the feature as mentioned above. To view the analytics with an out-of-the-box method, simply return back to the link and open the "Hyperlink Manager" then navigate to the new tab called "Tracking".
Alternatively, I found developers can implement a control in a custom module called UrlControl. Refer to this link for more information: Link tracking information in html editor (DNN 7.1.2)
In DNN 8+, this feature no longer exists on the front-end UI. I'm not 100% sure if it's still usable or if this information gets migrated when upgrading from 7 to 8, though.

App Engine - How to create project in region us-central

I need to create a new project on Google App Engine in the region "us-central" since my SQL database is located in this region and I can not connect projects from other regions to the SQL database.
If I create a new project, it is located by default in EU. There is no option to choose the region during project creation. See the attached screenshot. Is there a way to create a project in "us-central"?
From Setting the server location:
When you create your project, you can specify the location from
which it will be served. In the new project dialog, click on the link
to Show Advanced Options, and select a location from the pulldown
menu:
But it seems the documented project region selection procedure is changing, as the Show Advanced Options link is, as you observed, nowhere to be seen anymore.
Empirically I have discovered the following method. But being undocumented it may change at any time, so YMMV.
Just click on the CREATE link in the screen you're showing.
You'll see a screen asking you to choose the app language (the popup is a bit flakey, I had to reload the page to actually be able to make the selection):
After you select the language you'll see the location selection screen:
It seems the app created sequence is now persisted, you'll also be automatically directed to the correct screen if, at any time, you attempt to go to the GAE app settings for the newly created app.

Remove myself as editor on another person's project

Somebody else, who owns an App Engine project, added me as an editor. We are no longer in touch, and I still have the permission. Is there a way to remove myself from the list?
I've just checked on an app to which I was added as a developer. It looks like you can, so long as:
You still have a login to the App Engine project
You are not the Project Owner
If you go to either the old App Engine console or the new Developer Console you can remove yourself, so long as you are not the Owner. Just click on Permissions in the left-hand menu and you should see the project team members.
On the old console, there should be a Remove button alongside your email. On the new console, you should see a checkbox alongside your email address.
I would be interested to know if this works.

Resources