buttercup-core
buttercup-core copied to clipboard
Attachments support for Google Drive datasource
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