download project?

Is there no feature to download project document files on idx?

2 Likes

This is a known bug that we hope to address soon. In the interim, one solution is to publish your changes to a git repository and download from there.

1 Like

One month, it’s impossible to play with.
Not serious for an IDE like this

All my respects for you guys…

It turns out to be a complicated issue that we are committed to fixing. No updates yet, but all of you in this thread will be the first to know once the fix goes live!

Still can’t download an appbundle file after building

How can I do that. Please answer any one!

You can right-click on any folder in the Explorer pane and select Zip and Download. To grab everything in your project directory, go to File > Open Folder and accept the default /home/user. Then, right-click on studio in Explorer and click Zip and Download.

When prompted to rebuild the environment, don’t do it, after you get your download, re-open /home/user/studio.

We’ll take this as a feature request to make it easier to download everything–so thanks for reporting!

Also, you can export to GitHub. Just be sure to add any files that contain keys to .gitignore (especially and including the .env file!).

1 Like

The easiest way to publish your project is through GitHub.

  • Once you’ve finished your project, switch from the prototyper view to the editor.
  • At the bottom, click the “cloud” icon to publish to GitHub.

You’ll need to authorize your editor with GitHub, which will provide a token to enter there. Finally, you can publish your code to GitHub and download it as a ZIP file from there.

Guide step by step with screenshots

there is zip & down option but it’s not working

Hi @Siddhartha_Kc - it worked for me when I tried a few seconds ago. Are you seeing any errors in your Developer Console when you try to download the files?