pl-fe: allow uploading files to drive
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -5957,7 +5957,8 @@ class PlApiClient {
|
||||
|
||||
const response = await this.request('/api/iceshrimp/drive', {
|
||||
method: 'POST',
|
||||
body: { file, folderId },
|
||||
body: { file },
|
||||
params: { folderId },
|
||||
contentType: '',
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user