We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
data = await ufile.upload_file(file='/content/BigBuckBunny.mp4') ^ SyntaxError: 'await' outside function
The text was updated successfully, but these errors were encountered:
Hi! This is an asynchronous code.You can't call them directly.
I should not have explained in readme like that, I will change. 🥲
Sorry, something went wrong.
Hi! This is an asynchronous code.You can't call them directly. I should not have explained in readme like that, I will change. 🥲
Please do also give a correct snippet please...
No branches or pull requests
data = await ufile.upload_file(file='/content/BigBuckBunny.mp4')
^
SyntaxError: 'await' outside function
The text was updated successfully, but these errors were encountered: