Create new google drive folder without upload or upload_resumable #380
RedbeanGit
started this conversation in
Ideas
Replies: 1 comment
-
Indeed, some APIs have never been used by me and the generator might produce less convenient APIs for some because of that. That said, quality of life improvements for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's the problem
Currently, to send
FileCreateCall
request, you have to callupload()
orupload_resumable()
. However, you don't always want to send file content, especially when you want to create a new folder.Proposal
Maybe it could be good to implement a
doit_without_upload()
function forFileCreateCall
and make it public.Beta Was this translation helpful? Give feedback.
All reactions