Upload¶
The Log Upload
action uploads the client logs from the 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.
All the properties defined under Action are applicable to this action.
Upload Properties¶
Property | Type | Required |
---|---|---|
_Type | const |
Yes |
_Type¶
- type:
const
The value of this property must be:
"Action.Type.Logger.Upload"
Action Result¶
Refer to the MDK Guide to understand what an action result is.
When this action gets executed successfully, the ActionResult is true
. Otherwise, it’s an error message.
Examples¶
{
"_Type": "Action.Type.Logger.Upload"
}