We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
Hi All,
I have exposed a rest endpoint for POST HTTP call by adding some logic in server.js file using the blog:
https://blogs.sap.com/2021/08/12/sap-cloud-application-programming-model-cap-simple-file-upload-service-using-node.js/
I am able to...
Here is my submission:const solace = require('solclientjs').debug; // Required for debugging purposes
const dotenv = require('dotenv');
// Load the environment variables from the .env file
dotenv.config();
const SOLACE_TRANSPORT_PROTOCOL = process....
Here is my submission:const { CloudEvent, HTTP } = require("cloudevents");
const ce = new CloudEvent({
"specversion": "1.0",
"type": "com.sonal.plm.NPDI.Created.v1",
"source": "https://plm-prod.sonal.com/npdis",
"subject": "NPDI000000001",
...
Hi Pierre,
When the application is deployed to SAP BTP, when you press the upload button after selecting a CSV file, it gives 403 Forbidden error although the file gets uploaded successfully in the local environment. How did you fix this issue?
Bes...