Participant I
Since ‎07-06-2018
‎06-22-2021

My Stats

  • 11 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

riteshgumber13's Bio

Badges riteshgumber13 Earned

View all badges

Recent Activity

Hi All,I have a scenario to fetch values from KVM this is working for dev environment but in test I am able to fetch only one value and getting below error :"java.lang.String cannot be cast to com.apigee.entities.info.EnvironmentInfo".Could any pleas...
How to add firebase admin library for python in apigee?Below is the code I am trying to implement as python script:import firebase_admin // Need to import this libraryfrom firebase_admin import credentialscred = credentials.Certificate('./abc.json')d...
Hey,I want to run a java code in apigee which has 52 jar dependencies but that much jars are not allowed in apigee. Can someone suggest me an answer to solve the issue?