I'm using the copy_v2 endpoint and I see that you can pass in file ids instead of paths, but is it possible to update the filename at the same time?
Thanks!
I was able to solve this by setting to_path = parentFileId/fileName
As a follow up, are there any plans to make the create_folder endpoint work with file ids in the same way, for instance, by setting path = parentFileId/fileName?