You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I would very much benefit from, since I am using sendclient.* calls is some level of message verbosity suppression. I know download progress and statistics on file size transferred are very valuable in case of an end client. However, using sendclient as a library, it would be ideal if I can just inspect the returns from
ffsend_link, fileId, delete_token = sendclient.upload.send_file( service, sfile, ignoreVersion=False, fileName=None) itself which looks like it is already possible.
Perhaps, verbosity level could be adjusted with something like a logging package, and/or a parameter to suppress printed feedback on request. Thank you.
The text was updated successfully, but these errors were encountered:
@dsnezhkov's comment (copied here in part)
The text was updated successfully, but these errors were encountered: