Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create new folder in Storage Console does nothing #738

Closed
coreform opened this issue Mar 28, 2022 · 8 comments · Fixed by firebase/firebase-tools#4499
Closed

Create new folder in Storage Console does nothing #738

coreform opened this issue Mar 28, 2022 · 8 comments · Fixed by firebase/firebase-tools#4499

Comments

@coreform
Copy link

A button allows the user to enter a folder name and press a create button, setting the expectation that a new folder should be created and visible in the Storage list/hierarchy.

Given that Firebase guidance for determining the user (via uid) of the upload is to set the uid in metadata or in the path for the upload - neither of these methods is facilitated by the Emulator Console.

@flikkr
Copy link

flikkr commented Mar 31, 2022

I experienced the same thing.

@invisispider
Copy link

I am experiencing this currently. I noticed the duplicate question that redirected here. I inspect network request for "Create Folder":
{"error":{"code":400,"message":"Failed to parse multipart request body part. Missing content type."}}

@scadasystems
Copy link

You can create a folder by editing the address before uploading the file.

@coreform
Copy link
Author

You can create a folder by editing the address before uploading the file.

I don't see a way to do what you are describing via Firebase Emulator Console/GUI/Suite. Are you describing the use of the APIs/SDKs rather than the emulator console?

FYI what I've gone for so far is a CloudFunction that initializes my system and I call that from the command line after starting the emulators.

@SohelIslamImran
Copy link

How to import storage production data in local emulator??

@Drew-Daniels
Copy link

Experiencing problem as well on Firebase Tools 10.7.1.

@alvinchevolleaux
Copy link

alvinchevolleaux commented Apr 26, 2022

You can create a folder by editing the address before uploading the file.

Can you explain what you mean here please?

@yuchenshi
Copy link
Member

Fixed in Firebase CLI v10.7.2. You should be able to create folders as usual through the Emulator UI without any workaround after upgrade.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants