modified: main.py
This commit is contained in:
parent
950141c5cf
commit
8e1ebb2926
1 changed files with 1 additions and 0 deletions
1
main.py
1
main.py
|
@ -73,6 +73,7 @@ def create_post(content, url, i, visibility="public", channel="", fileIds=[]):
|
|||
return 1
|
||||
|
||||
# Пока что можешь не пытаться разобраться, я сам отчасти хз, как это работает, лол
|
||||
|
||||
def file_upload(file, url, i, isSensitive=False):
|
||||
print("Uploading file to", url)
|
||||
req_url = url + "/api/drive/files/create"
|
||||
|
|
Loading…
Reference in a new issue