It would be beneficial to note in the documentaion that the projects.create() method is in alpha and need special permissions to be used, as in: https://cloud.google.com/resource-manager/docs/creating-project
The relevant docs section:
>>> # Create a new project
>>> new_project = client.new_project('your-project-id-here',
... name='My new project')
>>> new_project.create()
Page Name: resource-manager-api
Release: 0.18.1
It would be beneficial to note in the documentaion that the projects.create() method is in alpha and need special permissions to be used, as in: https://cloud.google.com/resource-manager/docs/creating-project
The relevant docs section:
Page Name: resource-manager-api
Release: 0.18.1