Skip to content

Upload

The Log Upload action uploads the client logs from app to SAP Mobile Services.

If you are connecting to SAP Mobile Services Cloud Foundry environment, you must enable the Log Upload policy under Mobile Client Log Upload > Configuration in your Mobile Services App configuration. The uploaded file can be found in SAP Mobile Services under Analytics > Logs > Technical Logs. The uploaded file is of type: Client Log, and it can be selected and downloaded for viewing.

If you are connecting to SAP Mobile Services Neo environment, you must enable the Client Log Upload in your Mobile Services App Configuration's Client Policies. The uploaded file can be found in SAP Mobile Services App Configuration > Mobile Client Log Upload > Log Files. The uploaded file(s) can be selected and downloaded for viewing.

The properties defined in Action are also applicable to this action.

Upload Properties

Property Type Required
_Type const Required

_Type

  • type: const

The value of this property must be equal to:

"Action.Type.Logger.Upload"

Action Result

Refer to the MDK Guide to understand what an action result is.

The success ActionResult of this action is true. The failure ActionResult is an error message.


Examples

{
  "_Type": "Action.Type.Logger.Upload"
}