Whats permissions are required to view the GCP datastore?
When viewieng the datastore page:
There was an error while loading /datastore/welcome?project=***********&folder=&organizationId=
Minimum permissions required for this page:
appengine.applications.create
datastore.locations.list
servicemanagement.services.bind
All permissions checked for the current project:
appengine.applications.create
datastore.locations.list
servicemanagement.services.bind
I have 'Editor' as well as 'Cloud Datastore Owner' permissions.
What else do I need?
google-cloud-platform google-cloud-datastore
add a comment |
When viewieng the datastore page:
There was an error while loading /datastore/welcome?project=***********&folder=&organizationId=
Minimum permissions required for this page:
appengine.applications.create
datastore.locations.list
servicemanagement.services.bind
All permissions checked for the current project:
appengine.applications.create
datastore.locations.list
servicemanagement.services.bind
I have 'Editor' as well as 'Cloud Datastore Owner' permissions.
What else do I need?
google-cloud-platform google-cloud-datastore
This two roles should be enough, I can view everything with this two roles. Are you sure using correct account?
– MatrixTai
Nov 15 '18 at 9:54
Yes I am using the correct account.
– Chris Stryczynski
Nov 15 '18 at 9:54
That url is a bit unusual, how did you get to it? When I try to go to the equivalent one for my project I'm redirected to a url without theorganisationId
parameter. Was the organisation config ever attempted for your project?
– Dan Cornilescu
Nov 15 '18 at 13:33
add a comment |
When viewieng the datastore page:
There was an error while loading /datastore/welcome?project=***********&folder=&organizationId=
Minimum permissions required for this page:
appengine.applications.create
datastore.locations.list
servicemanagement.services.bind
All permissions checked for the current project:
appengine.applications.create
datastore.locations.list
servicemanagement.services.bind
I have 'Editor' as well as 'Cloud Datastore Owner' permissions.
What else do I need?
google-cloud-platform google-cloud-datastore
When viewieng the datastore page:
There was an error while loading /datastore/welcome?project=***********&folder=&organizationId=
Minimum permissions required for this page:
appengine.applications.create
datastore.locations.list
servicemanagement.services.bind
All permissions checked for the current project:
appengine.applications.create
datastore.locations.list
servicemanagement.services.bind
I have 'Editor' as well as 'Cloud Datastore Owner' permissions.
What else do I need?
google-cloud-platform google-cloud-datastore
google-cloud-platform google-cloud-datastore
asked Nov 15 '18 at 9:46
Chris StryczynskiChris Stryczynski
3,81953062
3,81953062
This two roles should be enough, I can view everything with this two roles. Are you sure using correct account?
– MatrixTai
Nov 15 '18 at 9:54
Yes I am using the correct account.
– Chris Stryczynski
Nov 15 '18 at 9:54
That url is a bit unusual, how did you get to it? When I try to go to the equivalent one for my project I'm redirected to a url without theorganisationId
parameter. Was the organisation config ever attempted for your project?
– Dan Cornilescu
Nov 15 '18 at 13:33
add a comment |
This two roles should be enough, I can view everything with this two roles. Are you sure using correct account?
– MatrixTai
Nov 15 '18 at 9:54
Yes I am using the correct account.
– Chris Stryczynski
Nov 15 '18 at 9:54
That url is a bit unusual, how did you get to it? When I try to go to the equivalent one for my project I'm redirected to a url without theorganisationId
parameter. Was the organisation config ever attempted for your project?
– Dan Cornilescu
Nov 15 '18 at 13:33
This two roles should be enough, I can view everything with this two roles. Are you sure using correct account?
– MatrixTai
Nov 15 '18 at 9:54
This two roles should be enough, I can view everything with this two roles. Are you sure using correct account?
– MatrixTai
Nov 15 '18 at 9:54
Yes I am using the correct account.
– Chris Stryczynski
Nov 15 '18 at 9:54
Yes I am using the correct account.
– Chris Stryczynski
Nov 15 '18 at 9:54
That url is a bit unusual, how did you get to it? When I try to go to the equivalent one for my project I'm redirected to a url without the
organisationId
parameter. Was the organisation config ever attempted for your project?– Dan Cornilescu
Nov 15 '18 at 13:33
That url is a bit unusual, how did you get to it? When I try to go to the equivalent one for my project I'm redirected to a url without the
organisationId
parameter. Was the organisation config ever attempted for your project?– Dan Cornilescu
Nov 15 '18 at 13:33
add a comment |
1 Answer
1
active
oldest
votes
Those roles should be enough to view the project's Cloud Datastore instance. However, a few things in your post indicate that you're trying to create a Datastore instance, and to do that, you'll also need the appengine.applications.create
permission if your project doesn't have an App Engine app.
Cloud Datastore depends on App Engine. You don't have to use App Engine at all but you do need an active app to use Datastore.
You can have a project owner create the Datastore instance for you first, or you can ask them to give you the appengine.applications.create
permission using a custom role.
I'm not able to verify this, but I'm fairly sure you're correct. It does seem odd though thatEditor
role would not have this permission though?
– Chris Stryczynski
Nov 20 '18 at 8:59
1
It does seem odd, but yes, the projectOwner
role is the only pre-defined role that let's you create a new App Engine app.
– JRLtechwriting
Nov 20 '18 at 19:13
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53316542%2fwhats-permissions-are-required-to-view-the-gcp-datastore%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Those roles should be enough to view the project's Cloud Datastore instance. However, a few things in your post indicate that you're trying to create a Datastore instance, and to do that, you'll also need the appengine.applications.create
permission if your project doesn't have an App Engine app.
Cloud Datastore depends on App Engine. You don't have to use App Engine at all but you do need an active app to use Datastore.
You can have a project owner create the Datastore instance for you first, or you can ask them to give you the appengine.applications.create
permission using a custom role.
I'm not able to verify this, but I'm fairly sure you're correct. It does seem odd though thatEditor
role would not have this permission though?
– Chris Stryczynski
Nov 20 '18 at 8:59
1
It does seem odd, but yes, the projectOwner
role is the only pre-defined role that let's you create a new App Engine app.
– JRLtechwriting
Nov 20 '18 at 19:13
add a comment |
Those roles should be enough to view the project's Cloud Datastore instance. However, a few things in your post indicate that you're trying to create a Datastore instance, and to do that, you'll also need the appengine.applications.create
permission if your project doesn't have an App Engine app.
Cloud Datastore depends on App Engine. You don't have to use App Engine at all but you do need an active app to use Datastore.
You can have a project owner create the Datastore instance for you first, or you can ask them to give you the appengine.applications.create
permission using a custom role.
I'm not able to verify this, but I'm fairly sure you're correct. It does seem odd though thatEditor
role would not have this permission though?
– Chris Stryczynski
Nov 20 '18 at 8:59
1
It does seem odd, but yes, the projectOwner
role is the only pre-defined role that let's you create a new App Engine app.
– JRLtechwriting
Nov 20 '18 at 19:13
add a comment |
Those roles should be enough to view the project's Cloud Datastore instance. However, a few things in your post indicate that you're trying to create a Datastore instance, and to do that, you'll also need the appengine.applications.create
permission if your project doesn't have an App Engine app.
Cloud Datastore depends on App Engine. You don't have to use App Engine at all but you do need an active app to use Datastore.
You can have a project owner create the Datastore instance for you first, or you can ask them to give you the appengine.applications.create
permission using a custom role.
Those roles should be enough to view the project's Cloud Datastore instance. However, a few things in your post indicate that you're trying to create a Datastore instance, and to do that, you'll also need the appengine.applications.create
permission if your project doesn't have an App Engine app.
Cloud Datastore depends on App Engine. You don't have to use App Engine at all but you do need an active app to use Datastore.
You can have a project owner create the Datastore instance for you first, or you can ask them to give you the appengine.applications.create
permission using a custom role.
answered Nov 20 '18 at 0:29
JRLtechwritingJRLtechwriting
1,116514
1,116514
I'm not able to verify this, but I'm fairly sure you're correct. It does seem odd though thatEditor
role would not have this permission though?
– Chris Stryczynski
Nov 20 '18 at 8:59
1
It does seem odd, but yes, the projectOwner
role is the only pre-defined role that let's you create a new App Engine app.
– JRLtechwriting
Nov 20 '18 at 19:13
add a comment |
I'm not able to verify this, but I'm fairly sure you're correct. It does seem odd though thatEditor
role would not have this permission though?
– Chris Stryczynski
Nov 20 '18 at 8:59
1
It does seem odd, but yes, the projectOwner
role is the only pre-defined role that let's you create a new App Engine app.
– JRLtechwriting
Nov 20 '18 at 19:13
I'm not able to verify this, but I'm fairly sure you're correct. It does seem odd though that
Editor
role would not have this permission though?– Chris Stryczynski
Nov 20 '18 at 8:59
I'm not able to verify this, but I'm fairly sure you're correct. It does seem odd though that
Editor
role would not have this permission though?– Chris Stryczynski
Nov 20 '18 at 8:59
1
1
It does seem odd, but yes, the project
Owner
role is the only pre-defined role that let's you create a new App Engine app.– JRLtechwriting
Nov 20 '18 at 19:13
It does seem odd, but yes, the project
Owner
role is the only pre-defined role that let's you create a new App Engine app.– JRLtechwriting
Nov 20 '18 at 19:13
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53316542%2fwhats-permissions-are-required-to-view-the-gcp-datastore%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
This two roles should be enough, I can view everything with this two roles. Are you sure using correct account?
– MatrixTai
Nov 15 '18 at 9:54
Yes I am using the correct account.
– Chris Stryczynski
Nov 15 '18 at 9:54
That url is a bit unusual, how did you get to it? When I try to go to the equivalent one for my project I'm redirected to a url without the
organisationId
parameter. Was the organisation config ever attempted for your project?– Dan Cornilescu
Nov 15 '18 at 13:33