I have gone through the documentation provided on https://developers.google.com/drive/api/v3/manage-uploads but i'm unable to found a way to upload multiple files by single api request. I have used multipart and resumable both but they need single file(source). But i want to select multiple images(in thousand) to upload with resumeable operation.
Please help me or guide me a better solution in any technology.
Many Thanks!