Questions tagged [resumable]
21 questions
0
votes
0 answers
Resume the Ajax upload form when the Internet is connected
When the user's internet is connected, the upload is done and while uploading, the internet is suddenly disconnected and the form upload is failed.(status = (failed)net::ERR_INTERNET_DISCONNECTED , Type = xhr)
Is there a code that resumes the upload…

Ebr Mo
- 29
- 3
0
votes
1 answer
Does google chrome and similar browsers support range headers for standard downloads
My initial response headers - notice the Accept-Ranges header
HTTP/1.1 200 OK
X-Powered-By: Express
Vary: Origin
Access-Control-Allow-Credentials: true
X-RateLimit-Limit: 1
X-RateLimit-Remaining: 0
Date: Thu, 08 Apr 2021 06:14:19…

rubixibuc
- 7,111
- 18
- 59
- 98
0
votes
0 answers
Resumable Upload in BigQuery
We are using Google BigQuery and uploading data from local csv file using C# SDK. Can we use Resumable Upload functionality using C# SDK?

user3934763
- 23
- 7
0
votes
0 answers
howhow can I use uploadtype resumable in Drive.Files.insert() Drive API
I try to use Drive.Files.insert() for making more than 50mb csv in Google app script.(using Drve API)
the error message is Empty response.
I read reference but there is no answer to do that.
here is code.
var optionalArgs = {
uploadType:…

skyblue
- 1
- 1
0
votes
1 answer
Parallel upload and composition using JAVA libraries of google cloud
I am able to do resumeable upload using the google cloud libraries . But it uploads the chunks in sequential manner .
Is there any way where we can parallelize the upload and then use compose operation as it happens in Gsutil using the client…

Aman Mittal
- 61
- 3
- 10
0
votes
1 answer
Resumable upload session uri request with Google Cloud Storage
I am trying to generate a resumable session uri using the Google Cloud Storage JSON API. Following the docs I have put together the following curl command to satisfy only the required arguments
curl \
-X POST \
-H "Content-Length: 1000000" \
-d…

igniteflow
- 8,404
- 10
- 38
- 46