For a mobile application, the customer's developers experience some issues with Cordova SDK 2.0, on Android and iOS.
Mobile app is using SDK in order to register device/login.
Although standard API calls are working through SDK, they can't seem to be able to handle attachments, whether download or upload, as it gives an error with multi-part boundaries which are not found.
As an interim process, they want to use plain REST API calls instead of using methods from SDK. Problem is that we need to have access to Oauth2 refresh_token, and it would seem only getAccessToken() function exists. Is there a solution for this ?
Release : 4.2
Component : MOBILE API