-
Notifications
You must be signed in to change notification settings - Fork 528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support google drive vid file download operation #2887
Comments
The Google.Apis.Drive.v3 exposes the file.download operation as defined by the the API. As a side note, I couldn't find the docs from where you quoted the following, so I don't know if there's something else relevant there. Can you share a link to that?
|
I found that statement in this URL. Sorry, I was looking at the old version of the source code and hence the issue. I could find it in latest version. |
I am not able to cancel the download operation using operation Name. Below is the flow.
Can you help what is missing here? |
Only the This is all to say, I believe this is an issue with the API and not the library. I'll ask internally, but also please, raise the issue with the Drive API team by following one of their support routes |
Does the SDK library support download API for long running operations?
https://developers.google.com/drive/api/reference/rest/v3/files/download
If not, is there a plan to add this support in near future ?
The documentation says that
The download() method is the only way to download Vids files in MP4 format and is typically best suited to downloading most video files
and hence export / get method cannot be used to download such files.
The text was updated successfully, but these errors were encountered: