We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f90418b + 8332f40 commit d6d9c08Copy full SHA for d6d9c08
1 file changed
lib/storage/acl.js
@@ -92,6 +92,8 @@ function Acl(options) {
92
*
93
* //-
94
* // For file ACL operations, you can also specify a `generation` property.
95
+ * // Here is how you would grant ownership permissions to a user on a specific
96
+ * // revision of a file.
97
98
* myFile.acl.add({
99
* scope: 'user-useremail@example.com',
0 commit comments