I am using OneDrive compile('com.onedrive.sdk:onedrive-sdk-android:1.0.2') version
and trying to get Profile pic and email detail from IOneDriveClient but not found a way to get this.
- Profile Pic
Please help to get these detail.
I am using OneDrive compile('com.onedrive.sdk:onedrive-sdk-android:1.0.2') version
and trying to get Profile pic and email detail from IOneDriveClient but not found a way to get this.
Please help to get these detail.
Copyright © 2021 Jogjafile Inc.
You can find the documentation here about Getting user data (Android) using Microsoft Live SDK for OneDrive.
Microsoft Live SDK Home Page (Android Apps)
Documentation for the Classes available in the API
Sample code from the page for finding owner name:
I think if you start digging further from here and exploring the used classes, you'll figure out how to extract the rest of the information you want.