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 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.
Add attachments to the
DropboxDatasource
class, allowing attachments to be used with Dropbox 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 #273WebDAVDatasource
: Attachments support for WebDAV datasource #275GoogleDriveDatasource
: Attachments support for Google Drive datasource #277The text was updated successfully, but these errors were encountered: