New Member
Since ‎01-16-2019
‎06-22-2021

My Stats

  • 4 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

Bsm's Bio

Badges chawlaharpreet8 Earned

View all badges

Recent Activity

My app.yaml file is -runtime: node runtimeVersion: 8 application: demo-chekin-test env: - name: NODE_ENV value: production - name: ListofUsers valueRef: name: QR-User-Map key: userList I want to fetch the value of ListOfUsers in my js file. How can I...
Hi, I want to upload a file(any file) to a FTP server by using Apigee inbuilt policies. I don't want to use Java Callout or nodeJS or python. Is it possible to do that by simply using the Apigee policies?
My proxy is using two service callout policies and I am looking for the best approach to implement rollback for the first service callout incase the second one fails. How can I achieve it?