0.2 Version

+get_url
This commit is contained in:
2025-02-06 02:11:38 +03:00
parent a66e5a57a9
commit 161589aedd
6 changed files with 30 additions and 4 deletions
+1 -1
View File
@@ -450,7 +450,7 @@ async def get_upload_url(token: str, path: str, fields: str = "", overwrite: boo
url=url,
headers=utils.generate_headers(token=token),
params={
"path": utils.parse_path(path),
"path": utils.psarse_path(path),
"fields": fields,
"overwrite": overwrite,
},