-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Open
Labels
actionNew Action RequestNew Action RequestenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtriagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Description
Is there a specific app this action is for?
Yes, this is for the Google Drive app component: https://github.com/PipedreamHQ/pipedream/tree/master/components/google_drive
Please provide a link to the relevant API docs for the specific service / operation.
This feature request covers multiple missing operations from the Google Drive API v3:
Comments API:
- Get Comment: https://developers.google.com/drive/api/v3/reference/comments/get
- Update Comment: https://developers.google.com/drive/api/v3/reference/comments/update
- Create Comment (with anchor): https://developers.google.com/drive/api/v3/reference/comments/create
Replies API:
- List Replies: https://developers.google.com/drive/api/v3/reference/replies/list
- Get Reply: https://developers.google.com/drive/api/v3/reference/replies/get
- Update Reply: https://developers.google.com/drive/api/v3/reference/replies/update
- Delete Reply: https://developers.google.com/drive/api/v3/reference/replies/delete
Add 7 new actions to complete the comment/reply API coverage:
google_drive-get-comment- Fetch specific comment by IDgoogle_drive-update-comment- Edit content or toggle resolved statusgoogle_drive-add-anchored-comment- Create positioned commentsgoogle_drive-unresolve-comment- Reopen resolved commentsgoogle_drive-list-comment-replies- Get all replies for a commentgoogle_drive-update-reply- Edit reply contentgoogle_drive-delete-reply- Remove individual replies
Metadata
Metadata
Assignees
Labels
actionNew Action RequestNew Action RequestenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtriagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Type
Projects
Status
Ready for PR Review