2

I can't seem to figure out why I can't download the project from Codesandbox. When I click on my project, I am redirected to this screen. Here I am working on my project but I don't see an option to export or download the project files. I have looked on the internet and most of the articles and videos have a burger menu at the top left corner but I don't have any burger menu as you can see in the picture below. Is it because I am using a cloud template instead of a static one? enter image description here

Ali Mustafa
  • 676
  • 3
  • 14

2 Answers2

0

This answer was written by the user @hankei6km at github in reply to my question.

The Cloud Sandbox UI seems to have changed. I don't even know how to download files with the current UI.

However, I was able to download the files individually(not a archived .zip file) by connecting with VSCode.

At the time of writing this, it seems that VSCode is unable to connect to Cloud Sandbox. (Probably a temporary failure, I was usually able to connect with VSCode) Codesandbox Repositories is still accessible from VSCode.

Repository opened in CodeSandbox UI enter image description here Connect to the above repository from VSCode and display "Download..." menu enter image description here

Ali Mustafa
  • 676
  • 3
  • 14
0

One way is to connect with VsCode and download each file one by one(top answer).

Another way is to connect codesandbox to a Github repo, commit & push, download zip from Github and then delete the repo (if not needed). Note that the repo you create must be public if you don't have a premium sandbox.

Dash096
  • 3
  • 1
  • As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community May 03 '23 at 00:45