OneDrive / onedrive-sdk-android

OneDrive SDK for Android!
https://dev.onedrive.com
Other
148 stars 52 forks source link

Upload file from service, Activity always required #122

Closed nicomazz closed 7 years ago

nicomazz commented 7 years ago

I need to upload a file from a background service. The problem is that to obtain a IOneDriveClient object I need to pass an Activity. How should I do? What I need is a "silent login" from a Service. If the user was not logged in, I don't need to display any login screen.

Thanks!

nicomazz commented 7 years ago

Resolved by creating another MSAAuthenticator with small changes