How to delete Project from Google Developers Console - google-developers-console

Seems like Google services are increasingly harder to manage.
Now i want to delete a project ID that was previously created in another test account.
Assuming that I could recreate it in another account. The main reason for this is that the Google+ app is connected/created in this test account and the email address will be shown when someone is confronted with the login credentials.
Google says that this is possible (https://developers.google.com/console/help/):
Deleting a project
Deleting a project from the Console releases all
resources used within the project itself. Please note that in order
to delete a project, you must first disable billing on the project.
Additionally, please note that the time it takes to delete a project
may vary based on the number or kind of services in use within the
project.
When I go to billing, it shows that no billing profile has been set up.

The delete button is right there where the help page says it is.
To shut down a project using the Cloud Platform Console:
Open the Settings page in the Google Cloud Platform Console.
Click Select a project.
Select a project you wish to delete, and click
Open.
Click Shut down.
Enter the Project ID and click Shut down.
Please note that there is a 7-day grace period before the project is actually purged from the system. Which means you won't be able to immediately create another project with the same name.

Simply go to https://console.developers.google.com/iam-admin/projects you must be signed in of course. There you will see the all your projects google console projects so just select the project you want to delete, and click delete project option which is shown at the top of the table. I have provided the screenshot

Go to Google Cloud Console, select the project then IAM and Admin and Settings
now SHUT DOWN
Then you have to wait for the project deletion.

Open https://console.cloud.google.com/cloud-resource-manager
Select the projects you want to remove
Click 'Remove'

As of this writing, it was necessary to:
Select 'Manage all projects' from the dropdown list at the top of the Console page
Click the delete button (trashcan icon) for the specific project on the project listing page

Click "Utilities and more" near the upper right corner of the screen after choosing your project
Choose "Project settings" from the drop down of the "Utilities and more" icon.
Now you may see trash icon and DELETE PROJECT button.

Go to the developers console and pick the application from the
dropdown
Select the utilities icon (see image below) and click
project settings
Click on the the Delete Project link
Enter the project ID and click Shutdown, project will be deleted in 7 days

I found when I accessed here https://console.cloud.google.com/home/dashboard
Then I got redirected to my active project, which was something like
https://console.cloud.google.com/home/dashboard?project={THE_ID_OF_YOUR_PROJECT}
Then right bellow the project info, there was this Manage Options (note: I'm using Portuguese language here "Gerenciar as configurações do projeto" means "Manage project settings")
Then, finally, the delete option ("Excluir Projeto" means Delete Project)
Yep, it was hard

You can try delete project via Google Cloud Platform
https://console.cloud.google.com/iam-admin/projects
Select required project and click DELETE PROJECT.
The project will be completely deleted after 7 days

For me only way to delete project was switch language to English (UK) - from Polish and then button "DELETE" worked.
If anyone have problem with not working or missing options in Google Cloud Platform I suggest switching to english after that everything works like charm...

Related

XCUITest recording fails with "Please select a scheme where "XCUITodo" is the executable"

I'm using Xcode 8 to automate my application.
I get started by downloading an existing code: XCUIToDo project. I opened the project in Xcode, and when I click on the Record button, I'm seeing a warning message "Please select a scheme where "XCUITodo" is the executable" and the record feature does not start.
Please let me know where I'm missing.
TIA
Ensure that an executable is selected for your UITest scheme.
Select Product > Scheme > Manage Schemes
Select your UITest scheme in the list
Select Edit
Select the Info tab under Run
Ensure that the required Executable is selected
The problem is not on the UITest schema or target. When starting to record, the main schema (the one which runs the application) needs to be selected regardless if you have your UI tests on a different schema.
Click on Project Root, then Targets -> XCUIToDoUITests target. From the General tab, check the "Target Application" setting under Testing section. The value in the dropdown should match the XCUIToDo target.
For me after making sure everything mentioned above is selected properly, I had to choose same scheme (as selected under info in edit scheme) next to device selection on the top.

Can't find the workflow source code of a list or library on SharePoint Designer

I'm new using SharePoint. I am having trouble with find the code or workflow structure of a list or a library. In the left menu i can see the "Workflows" button but all workflows are not there.
There is a workflow section In the "List and libraries" view showing the running workflows in these list, but when i click on one of them it just move me to its settings in the browser and no to the structure or code that is what i'm looking for.
Is there a way to find the code or structure of my running workflows?
PD: I am working in place of the previous developer who build the entire site, however, he didn't show me anything about.
Thanks.
If these are workflows created using SharePoint Designer then:
Open SharePoint Designer
Open the site
Click on Lists and Libraries
Click on the list name
There will be a heading titled "Workflows"
Click on the workflow you are wanting to look at
Click "Edit Workflow" to view it
Go From there
If you are wanting to see the status of a workflow in regards to the item:
Go to the list
I recommend creating a personal view (so only you see it)
You can select the fields you are interested in and each workflow should have a column in the list associated with it. Include the column in your view
Go to your new view and you can click on the link to view the current status of the workflow
Go to All Files > Workflows Folder. Then select the workflow you want to work with. Right Click on the "xoml" file then select "Open With" > "SharePoint Designer (open as workflow)"
Once it's opened, published it again. Then it will show up again in the Workflow tab.
The workflow was a visual studio sequential workflow deployed in the site as a feature. It was not a SharePoint Designer one. Thanks

How to delete projects in IntelliJ 12?

I created some dummy projects. Now I don't see any way to delete the projects that I don't want. Per this suggestion I can delete files, the project is going away but there is traces of it still available. For example, on the Recent Projects you can still see the name of the project you just deleted. So I am thinking there should be another (and really easy way) to delete a project.
Press the Del (or fn and delete) key to delete a project from the Recent Projects list.
Vote for this issue to make it more obvious and user friendly.
close project first, or until this dialog appear, then hover your mouse on project you want to delete from history, then press Del
you'll be asked for confirmation
On occasion, even with deletion of the project, some tidbits are left behind in the following Windows paths:
C:\Users\username.domain\.IntelliJIdea2017.1\system\compiler
C:\Users\username.domain\.IntelliJIdea2017.1\system\compile-server
C:\Users\username.domain\.IntelliJIdea2017.1\system\frameworks\detection
C:\Users\username.domain\.IntelliJIdea2017.1\system\conversion
C:\Users\username.domain\.IntelliJIdea2017.1\config\componentVersions
C:\Users\username.domain\.IntelliJIdea2017.1\config\tasks
This has been proven to be problematic - for example, if a new project is created using a previously deleted project name, it will create the project with data stored in the above paths, at least, this has been my experience.
The only way to TRULY delete the project is to get rid of all the garbage left behind in the aforementioned folders. I would suggest using Search Everything to find more tidbits left in the users temp folders.
In case your project is imported as a module, you can also go to File --> Project Structure and click 'Modules' in the left section. Now you can hit the minus button to remote the module from the project.
You can also click File -> Open project ...
When a file menu appears, you can right click the unwanted project folder and select Delete.
Just figured, I am using Idea Community edition 13.1.1 and the cleanest and easiest way is to go to File > Reopen project > Clear List. I just stumbled upon this menu today. I always thought that is just to clear the latest projects from the view inside the IDE and just realized it is clearing the projects from the main Dialog too.
-VRS
Also, in IDEA 13.x.x you can go File-> Close Project and you'll land in the window with Recent Projects tab. There pressing Del of Fn + Del on selected project helps .
On OSX Mountain Lion and IDEA 14, with the project open and focused, you can go to file -> close project, then delete the project from your filesystem. This removed all references to the project.
Note that if the project you are deleting is the only project open, closing it will show the welcome dialog, which will still show the project. Deleting the project manually from within your operating system is the next step, and the project will still appear in the welcome dialog until it is closed and shown again, usually by opening another project from the list, or quitting and restarting IDEA.
In my case, I had to delete home/.IntelliJIdea2017.2/config/options/recentProjects.xml
. In my file system (Ubuntu) this file appeared for some weird reason not writable and hold a list of projects I couldn't get rid of. Deleting this file and restarting will force Intellij IDEA to create a new one with an empty list of projects.
All you have to do is go to file - close project - to avoid seeing them again in the menu list and then you delete them from the projects directory.

Setting up Certificates, Provisioning Profiles, and Code Signing from Beginning to End

I feel like I've been formerly introduced into "App Signing Hell". For the life of me I can't Export my iPhone application from Xcode (4.5.1) to the App Store.
Let's assume I have deleted all of my certificates, Provisioning Profiles, keys, etc.
Every guide, youtube video, or blog I've found so far is an outdated step-by-step guide or paraphrased guide.
What steps do I need to take to export my App to a .ipa? What options do I need to select under the debug/release options under the "Code Signing" options of my project?
although this is not a programing question and should be asked on other forums, but i understand how frustrating it can be to be stuck in this hell. we all have been there. so below is the 7 easy steps of how to archive and upload to app store.
here is the rundown of archiving:
1- on the left pane select the name of your project and then select the project at the middle not target.
2- in configuration highlight release and press the plus sign button underneath it to copy that.
3- in the popup select duplicate release and while highlighted change that to distribution.
4-underneath it for use for command line select distribution
5-now on top select product-> edit scheme and then select archive. on the right hand side change the build configuration to distribution. make sure reveal the archive in organizer is check marked also.
6- back in project level (see 1) select build setting and then go down to code signing and select distribution and from the drop down menu select your distribution profile. in this section i always select the automatic profile.
7- on the of the project where you select the simulator, select ios device.
that should take care of the issue for you. bare in mind this is the ios 6 archiving.

Submit Eclipse Project on Perforce

I have a noob Perforce question. I got my perforce plug-in on Eclipse working(for both Java and C).
I have no problems "opening" my perforce stored projects on Eclipse.
Scenario 1:
Whenever I want to change code, I open the project on Eclipse and right-click on it and go to "team" and check out, make changes and then submit. Works fine. But even after that I see a tick mark(indicating check-out) on my perforce screen.
Scenario 2:
I just open perforce code as Eclipse project and make changes(If read only, it prompts and asks if i have to allow write and I say yes). I make changes and save. It doesnt ask for submit. Also if I now open the code on Perforce screen, I already see the new changes made.
Scenario 3:
Just on a Perforce screen, if I check a file out and don't make any changes, I obviously dont want to submit as there are no changes. In this case, how can i "disable" check-out so that my fellow programmers dont think i'm working on it??
Scenario3:
So here are 2 ways i consider a good usage of the plugin:
Use Revert Unchanged Files:
Before you begin development of a feature, checkout the entire tree/branch that your changes will be concentrated around in future. You can do this by right-click the relevant package in package explorer. Once you want to submit, Project->Right-click->Team->Revert Unchanged Files. Now, you can submit your changelist.
This approach stands very useful if you know you will be editing a lot of files or replacing files.
Ofcourse, others can see that you have checked out the files.
Enable Auto checkout:
Incase you are going to make few changes, you should enable autocheckout. This will checkout the file when you begin to make edits. Eclipse->Preferences->Team->Perforce->Enable support for workbench edit..
detailed explainations here. Its a good idea to have this enabled always as it checks out on demand.
However, this does not monitor the filesystem so and code/libs you replace outside of eclipse are not checked out.
For Scenario 3, you can change a workspace option to prevent submitting unchanged files:
SubmitOptions: reverttunchanged
If you have a file checked out (open for edit), others will be able to see that. I guess I'm not clear on why you check a file out if you don't intend to modify it?
If you are going to setup this way and are also using the desktop client, I recommend the following steps in the desktop client:
1.) Open your desktop Perforce client
2.) Click “Connection” on the global menu
3.) Select “Edit Current Workspace…”
4.) Under the “Advanced” tab select “allwrite”
5.) Click Apply, then OK