Upload¶
The log file will be uploaded using the Client Settings for ConnectionSettings.AppId and ConnectionSettings.ServerUrl.
You must enable the Client Log Upload in your Mobile Services App's Client Policies.
The uploaded file can be found in SAP Mobile Services under Analytics > Logs > Technical Logs. The uploaded file is Type: ClientLog, and it 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¶
The action result of this action is true
for successful uploading.
Examples¶
{
"_Type": "Action.Type.Logger.Upload"
}