You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gce-discussion
I want to upload some Big size (upto 4GB) files everyday to Google cloud bucket for backup. but our uploading speed is limited and upload will take few hours to upload to Google bucket. i want to know what if my upload get broken and i wanted to resume it later on.
Thanks, Yousuf
Kamran (Google Cloud Support)
unread,
Mar 11, 2016, 5:16:17 PM3/11/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gce-discussion
Hi Muhammad,
gsutil command tool performs resumable uploads. Please visit these articles [1][2][3] for more information about resumable uploads to Google Cloud Storage.
Alternatively, you can use JASON API to start a resuamble upload session. You can find some examples in the same article which shows how to initiate a resumable session for the Google Cloud Storage JSON API.