Closed isabsent closed 1 month ago
yup, I think I need to bump the minimum version to 18 as ADAL does not support lower version anymore. Will this impact your story hugely? I saw stat on Android website and it seems it would not be very harmful: https://developer.android.com/about/dashboards/index.html
I have solved the problem by using
DefaultClientConfig.createWithAuthenticator(msaAuthenticator)
itstead of
DefaultClientConfig.createWithAuthenticators(msaAuthenticator, adalAuthenticator)
If I do not use adalAuthenticator I do not get "Secret key must be provided for API < 18" message for API >= 14 and this API level is enough for my purposes.
Thank you for reaching out and for your patience. This SDK is being officially deprecated. See #172 for more information
I am trying to use OneDrive SDK with API 16 device by means of:
As a result I have
What does it mean Use AuthenticationSettings.INSTANCE.setSecretKey() and how to avoid this error? Is it a contradiction with "Supported Android Versions 15" for this SDK?