Status Update
Comments
bl...@google.com <bl...@google.com> #2
Metadata
- Summary: The Directory API's users.list method is inconsistently returning a nextPageToken when using the query parameter, and the starts with operator is not working for the orgDepartment field.
- Tags:
,directory-api ,users-list ,next-page-token ,query-parameter ,org-department starts-with-operator
Additional resources:
https://issuetracker.google.com/savedsearches/566232?hl=it https://developers.google.com/drive/api/reference/rest/v3/files/list https://developers.google.com/admin-sdk/directory/v1/.../manage-users https://developers.google.com/admin-sdk/directory/reference/rest/v1/.../list https://stackoverflow.com/.../want-admindirectory-users-list-more-then-500... https://stackoverflow.com/.../drive-list-files-doesnt-have-nextpagetoken-wh... https://stackoverflow.com/.../how-to-resolve-the-missing-information-probl...
jp...@google.com <jp...@google.com> #3
pb...@bigid.com <pb...@bigid.com> #4
nextPageToken randomly disappear depending on the query.
It's only returned if there is another page.
Also the starts with operator doesn't work on orgDepartment :
Can you open another bug for this.
jp...@google.com <jp...@google.com> #5
It's only returned if there is another page.
If less result than the page size, the nextPageToken doesn't exists instead to be null ?
Can you open another bug for this.
pb...@bigid.com <pb...@bigid.com> #6
If less result than the page size, the nextPageToken doesn't exists instead to be null ?
For any Google API, always check the truthiness of values as the underlying transport implementation may leak through (sometimes on purpose allowing customers to use gRPC) by a default value in a proto not being filtered/translated correctly.
ad...@capitalone.com <ad...@capitalone.com> #7
Understood, it's could be good if you can copy the field description of nextPageToken from
jp...@google.com <jp...@google.com> #8
I have reported this to the engineering team and future updates will be shared here. Thank you for your patience.
pb...@bigid.com <pb...@bigid.com> #9
Did you already identify the issue? It seems the Drive API (
Description
Hey there.
I am using this API method ->https://developers.google.com/admin-sdk/reports/reference/rest/v1/activities/watch#body.SubscriptionChannel
Worked for two weeks, but since yesterday night, started to failing. I am doing a POST tohttps://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/drive/watch with the following body:
This is a sample of an answer:
Problem: Since I am not adding any expiration date into the request, the response gives me 6 hours from the request, but in fact, since yesterday the "watch" is deleted after x random time, like 10 minutes, 1 hours, 5 minutes, etc. It is not constant.
This specific watch, doesn't allow to renew every minute like the PubSub one allows. Is this a bug?