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
I was wondering if DropBox would consider adding a class or function that would wrap files_upload_session_start(), files_upload_session_append_v2() and files_upload_session_finish().
The command would basically be a wrapper around the solution provided by @greg-dbhere.
Using the commands individually is not too much of a problem but that would speed up development significantly, as the above statements could basically be condensed down to:
One example would be AWS' Boto3 which has the method upload_fileobj() that can automatically perform multipart uploads if the object size is bigger than the API allows.
Thanks!
The text was updated successfully, but these errors were encountered:
BastianZim
changed the title
Feature request: Add wrapper allowing for uploads of arbitrary sizes
Feature request: Add wrapper allowing for uploads of all sizes
Aug 21, 2020
Hi,
I was wondering if DropBox would consider adding a class or function that would wrap
files_upload_session_start()
,files_upload_session_append_v2()
andfiles_upload_session_finish()
.The command would basically be a wrapper around the solution provided by @greg-db here.
Using the commands individually is not too much of a problem but that would speed up development significantly, as the above statements could basically be condensed down to:
One example would be AWS' Boto3 which has the method
upload_fileobj()
that can automatically perform multipart uploads if the object size is bigger than the API allows.Thanks!
The text was updated successfully, but these errors were encountered: