You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Add attachments to the
GoogleDriveDatasource
class, allowing attachments to be used with Drive accounts. Follow the example implementation forFileDatasource
: #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
: Attachments support for file datasource #273DropboxDatasource
: Attachments support for Dropbox datasource #276WebDAVDatasource
: Attachments support for WebDAV datasource #275The text was updated successfully, but these errors were encountered: