DRM_HTTP_Request Sample App Does not send data to DRM from Xbee LTE-CAT 1

I using XBee3 Cellular and trying to run the sample python app: DRM_HTTP_REQUESTS to send a data stream to DRM. My Xbee is connected to DRM and I see the management/connections date stream.

While running DRM_HTTP_REQUESTS, I see the following response in REPL:

±------------------------------------------+
| XBee MicroPython DRM HTTP Requests Sample |
±------------------------------------------+

  • Creating datastream ‘xbee_temperature’… [OK]
  • Uploading datapoint to datastream ‘xbee_temperature’… [OK]
  • Uploading datapoint to datastream ‘xbee_temperature’… [OK]
  • Uploading datapoint to datastream ‘xbee_temperature’… [OK]

The code is working, but I don’t the data streams in DRM.

Any idea what is going on here?

You need to use the digi.cloud module.
http://cms.digi.com/resources/documentation/digidocs/90002219/#container/cont_module_digi-cloud.htm?TocPath=digi.cloud%2520module%257C_____0

Thank you, that worked.