“Can I copy a storage folder to a new one w/ Javascript on cloud storage?”
I am trying to migrate data in storage from documents/docId/file.name to users/userId/documents/docId/file.name. Is it possible to copy folders like documents/docId without needing to define "file.name"? My code currently only works when I provide the exact file name. It looks like…