Expand my Community achievements bar.

ShubhamAg2
ShubhamAg2
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • "I need to create a custom event that triggers every 5 seconds and performs an action to append a file to an SFTP server. I'm not sure about the workflow. How can I create a custom event that will call my append-action file every time? What steps are needed for this?"

    Type

    Questions

    Views

    955

    Likes

    0

    Replies

    4
  • I am trying to connect server via sFTP and I did code that is given below--    const fetch = require('node-fetch')const { Core } = require('@adobe/aio-sdk')const { errorResponse, stringParameters, checkMissingRequestInputs } = require('../utils')const sftpClient = require('ssh2-sftp-client');// main...

    Type

    Questions

    Views

    474

    Likes

    0

    Replies

    1
  • This is a simple structure of the Adobe App Builder app, how can I use node.js in it? For example, we created a client for frontend(react) and a server for the backend (node.js) in mern technology, here web src for the frontend part. I created a login component in the web src folder and created an a...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    2
  • I have no idea how to authenticate the login form. For example, I created an action name brief-save in which I took the user's information as an object, but now I have no idea how to fetch that data from that action on this login page and authenticate it. Or there is another way of doing it

    Type

    Questions

    Views

    804

    Likes

    2

    Replies

    3
  •  Thanks @sarav_prakash ,It is working fine now 

    Type

    Questions

    Views

    1.1K

    Like

    1

    Replies

    0
  • I have created multiple components that are running fine on my local system. I deployed my app once and undeployed after some time. Now I  added one more component that is running fine locally but when I deployed the app it showed me the last deployed app. 

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    3
  •  const { Core } = require('@adobe/aio-sdk')const { errorResponse, stringParameters, checkMissingRequestInputs } = require('../utils')const filesLib = require('@adobe/aio-lib-files')async function main(params) { const logger = Core.Logger('main', { level: params.LOG_LEVEL || 'info' })try {// 'info' i...

    Type

    Questions

    Views

    757

    Likes

    0

    Replies

    2
  • I have a requirement to add a new customer to third-party rest-API.It contains an authorization header and request parameter. How can I mutate a customer to the third-party rest API via the API-MESH?Can anyone let me know how I can achieve this?I am not getting anything like how I can mutate and con...

    Type

    Questions

    Views

    384

    Likes

    0

    Replies

    0
  • Thanks, @Pradeep_Kumar_Srivastav Can you provide any documentation on how I can configure the resolver, schema, and API header credentials for the mesh.json file?How will I provide API parameters, and headers needed to call API via Postman in mesh.json and how will I define and configure the resolve...

    Type

    Questions

    Views

    949

    Likes

    0

    Replies

    0
  • I have a requirement to configure the restapi with an API mesh, as we hit the rest api through Postman, populating the required parameter and headers provides the JSON schema result.restapi- https://sandbox-api.ornament.health/public/file-api/v1.0/filesetparameter- pid (Ex: 1018fee1-d1.................

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    2
Top badges earned by ShubhamAg2
Customize the badges you want to showcase on your profile