Ivan Shcheklein
Ivan Shcheklein
Try this: `'fields': 'items(id,title)'` - check the API docs for the exact syntax on how to specify the list of fields you'd like to get.
Yes, but I think the syntax for fields is the same across v2 and v3 - check these examples https://developers.google.com/drive/api/v3/fields-parameter
@Cing2 sure. I keep it open with the `documentation` label. Hopefully we'll get a contribution to improve it and put some examples.
@AnthonyQ98 sorry for the delay, could you try to run `http = gauth.credentials.authorize(http)` before the `Upload` call?
Closing as stale.
Yes, it's related (at least one of the problems) to this issue #20 . Take a look here for a workaround (effectively, we use `with` to close this on the...
So, these numbers are still too small to say anything. Python engine (CPython?) allocates memory from OS in chunks and then it's being used to put objects. Running GC frees...
What happens if you don't specify its mimetype?
Consolidating all things related to the security update here. There was a question before on fetch metadata https://github.com/iterative/PyDrive2/issues/127#issue-966156855 . Short answer - I hope, fetch metadata will be enough to...
@isidentical could you give more context on this?