Announcement

Collapse
No announcement yet.

Help Migrating from Big5HS4

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help Migrating from Big5HS4

    I am trying to migrate from Big5 to Big6. The profiles and events are identical in both versions Profile works fine in Big5 but I get API key missing error in Big6. My URL is https://api.weather.com/${input} and the input message in the event is v3/wx/forecast/daily/5day?geocode=30.25,-87.70&format=json&units=e&language=en-US&apiKey=2xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx (I have hidden the actual key)

    I cannot figure out where to put the API key in Big 6. Any help is appreciated.


    #2
    Big6 passes along the whole string that you put in the Big6 action "input" box of your HS4 event. Big6 doesn't do anything to the content. Your "API key missing" message is not coming from Big6.

    With this said, one difference in Big6 compared to Big5 is that there are two Big6 HTTP action boxes

    "Message"
    "Input"


    In your case you're supposed to use the "Input" box and leave the "Message" box blank.

    Comment


      #3
      Moving the string from the Message box to the Input box solved my problem. Thank you for your help

      Comment

      Working...
      X