basic selection + download multiple files with selection
This commit is contained in:
@@ -149,7 +149,7 @@ export async function fetchShareFile(
|
||||
password: string | null
|
||||
): Promise<{ success: true; data: Blob } | { success: false }> {
|
||||
const { data } = await useFetch<Blob>(
|
||||
getApiUrl(`warrens/files/cat_share?shareId=${shareId}&path=${path}`),
|
||||
getApiUrl(`warrens/files/cat_share?shareId=${shareId}&paths=${path}`),
|
||||
{
|
||||
method: 'GET',
|
||||
headers:
|
||||
|
||||
Reference in New Issue
Block a user