buttercup/buttercup-core

Attachments support for Dropbox datasource

perry-mitchell opened this issue · 0 comments

Add attachments to the DropboxDatasource class, allowing attachments to be used with Dropbox 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
  • WebDAVDatasource: #275
  • GoogleDriveDatasource: #277