明壁幕府忍法帳 > Aptana Index > Home > Mobile Backend Services > Mobile Backend Services Release Notes > ACS 2013 Release Notes > ACS 2013 31 January Release Note

2018.12.07 Ver.4 (2019.2.6)

ACS 2013 31 January Release Note

Fixed an unhandled exception when a file was passed as the payload of a push notification. For example, a curl command like this would cause an exception:

curl -b cookies.txt -c cookies.txt -F "channel=change_request" -F "to_ids=<ids>"
-F "payload=@photo2.jpg"
https://api.cloud.appcelerator.com/v1/push_notification/notify.json?key=<api_key>

File payloads are not allowed. With the fix, ACS supplies an error message instead of throwing an exception.