Hi I m trying to integrate OneDrive with android using "com.microsoft.onedrivesdk:onedrive-picker-android:v2.0".
I need to get accessToken of OneDrive and once I pick a file in the one Drive, it should send that fileId.
I followed "https://learn.microsoft.com/en-us/onedrive/developer/controls/file-pickers/android/?view=odsp-graph-online" this tutorial and I could integrate this com.microsoft.onedrivesdk:onedrive-picker-android:v2.0 to gradle. But stuck with next steps.