Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Drive Permission Insert Query missing optionals #73

Closed
GoogleCodeExporter opened this issue Apr 8, 2015 · 2 comments
Closed

Comments

@GoogleCodeExporter
Copy link

There is not way to set the optional parameters:
'emailMessage' and 'sendNotificationEmails' 

for the Permissions Insert Query (currently only 
queryForPermissionsInsertWithObject:fileId: exists which does not touch these 
optionals)

Original issue reported on code.google.com by dnd.c...@gmail.com on 1 Oct 2014 at 4:39

@GoogleCodeExporter
Copy link
Author

The comment has the info from the docs: 
https://code.google.com/p/google-api-objectivec-client/source/browse/trunk/Sourc
e/Services/Drive/Generated/GTLQueryDrive.h#753

All of the properties on the query are listed:
https://code.google.com/p/google-api-objectivec-client/source/browse/trunk/Sourc
e/Services/Drive/Generated/GTLQueryDrive.h#57

The queryFor* method just take the required parameters.  Once you get back an 
object, you can set whatever optional properties you need.

Original comment by thomasvl@google.com on 1 Oct 2014 at 7:55

  • Changed state: Invalid

@GoogleCodeExporter
Copy link
Author

Very sorry, I misunderstood how the query was supposed to be setup.

Thank you

Original comment by CSLPvi...@gmail.com on 1 Oct 2014 at 8:12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant