pl-fe: allow uploading files to drive

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-11-24 14:19:34 +01:00
parent f71ec7aa90
commit f087e35f65
5 changed files with 89 additions and 26 deletions

View File

@ -5957,7 +5957,8 @@ class PlApiClient {
const response = await this.request('/api/iceshrimp/drive', {
method: 'POST',
body: { file, folderId },
body: { file },
params: { folderId },
contentType: '',
});