- added Dropbox OAuth instructions
- fixed heaader decode to handler ':' in headers
- fixed decode accountId in account provider
- fixed DropboxIcon
- fixed always black LogoIcon in source selector
- add todo for folder upload
- fixed mime type validation, handle error if API doesn't support mime
  type
This commit is contained in:
David Bauch
2025-08-05 09:15:21 -04:00
parent 05a930f878
commit b054d6a072
9 changed files with 48 additions and 101 deletions

View File

@@ -205,6 +205,8 @@ export function useUploadFile() {
});
}
// TODO(feat): add upload folder
export function useUploadFolder() {}
export function useDownloadFile() {