-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
Implement Browse & Access Upload #58
Comments
Hi Brandon, Not Typescript but Python that I use in PySN, but that may help: Hope that helps. async def upload_file(file_path, upload_url, filename): |
I appreciate that @mmujynya ! |
Whatis the upload_url @mmujynya ? |
Sorry Brandon, I realize now that copying and pasting from my phone made the code unreadable and that it was incomplete. ############################## GLOBAL VARIABLES ################################ ############################## BASE FUNCTION FOR MICRO USD ################################
############################## BASE FUNCTION ################################
############################# WRAPPING FUNCTION USED #################################### ############################# EARLIER VARIABLE AFFECTATION #################################### <... other code ...> ############################# BRINGING ALL TOGETHER WITH A CALL TO THE WRAPPER ###################################
|
Enable users to upload files to their Supernote via Browse and Access. #58
fixed via d82542d |
Similar to #48 create a feature that uses Browse & Access to upload to a Supernote.
The text was updated successfully, but these errors were encountered: