How to add a folder to node.js on Edge?

Not applicable

As you can see from the hello-world.js, I am new to node.js.

I have however a working set of code running locally (not on Apigee) and want to upload this to Edge.

I can in the online editor only add a specific type of files to the project. So my JS files can be created and pasted to, but they are all in one folder - this I can live with.

I want to add JADE templates in a new folder. Can I do this without apigeeTool and npm and such? Is there a button I missed?

1273-node.jpg

Solved Solved
0 5 219
1 ACCEPTED SOLUTION

No , I do not think you missed any button.

There is no folder construct inside Apigee. To upload multiple files ApigeeTool or npm are the easiest options.

View solution in original post

5 REPLIES 5

No , I do not think you missed any button.

There is no folder construct inside Apigee. To upload multiple files ApigeeTool or npm are the easiest options.

Thanks. That is very unfortunate.

The learning curve of using npm for something this simple is a problem.

You can not upload the new folder through UI, but once you upload the proxy you can update the folders by clicking on update option available there. This will might saves your deployment each time just to update the one .zip folder each time in case.

Thanks! I'll have a look

The folders are inside zip files when they land at Apigee. I used npm and that worked. Thanks