How to block read permission for Google Cloud Data Store -


we looking store nosql data , have specific permission requirements. want have 2 type of interactions cloud datastore: 1. via api 2. via developer console

via api, want create/upload objects api should not able read/search entities. api should have write permissions.

via console, want our support team read/download objects, not let them edit/upload objects.

we able figure out possible give read access team members, able read/retrieve objects console problem facing how block read access via api. there way control access google cloud data store api or work around solve problem?

cloud datastore not support write-only permissions.

as you've noted, can assign read-only permissions assigning team members "can view" role instead of "can edit" or "owner" role.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -