Omar Ryhan
Omar Ryhan
Glad I could help! I don’t think it’s easy to figure out which apis should use which format. Have to look at Google’s lib code for that. But in the...
Hi @gregbrowndev , in your `.discover()` call, can you try passing `disco_doc_ver=2`? As far as I remember, some APIs only work with this param passed.
Please reopen if my recommendation above doesn't work, thanks!
Hi! I’m not sure what this object does but you essentially would need to get the refresh and access tokens from this object and pass it in the user_creds dict/object....
No. Only one is needed. Really depends on what your google.auth.default object is? If it’s authenticating using a service account, then service_account is what you need. I’d also explore using...
Hi, thank you for taking the time to file the issue in such detail! >I'm happy to contribute with a PR if you feel like this issue should be addressed....
Hi @Downchuck I like your solution. I'll approve and release a new version if you can submit a PR with the proposed change. Thanks!
Hi, thanks for reporting the issue, and I'm glad you're finding the lib useful! I'll be happy to accept a PR with a fix, thanks
Can you share with me a full for reproduction please? Also, the expected result so that I can compare it to the corrupted multipart file.
Also I just noticed that you're passing a file object instead of a path as the upload_file argument. I don't think this is correct.