buttercup-core icon indicating copy to clipboard operation
buttercup-core copied to clipboard

Attachments support for Google Drive datasource

Open perry-mitchell opened this issue 4 years ago • 0 comments

Add attachments to the GoogleDriveDatasource class, allowing attachments to be used with Drive accounts. Follow the example implementation for FileDatasource: #273 (MR: #274).

The following methods should be implemented:

  • getAttachment
  • getAttachmentDetails
  • putAttachment
  • removeAttachment
  • supportsAttachments

Manual testing should be performed to ensure that this works as expected.

Related:

  • FileDatasource: #273
  • DropboxDatasource: #276
  • WebDAVDatasource: #275

perry-mitchell avatar Jun 16 '20 20:06 perry-mitchell