Get file from Onedrive to android #16558
hw700
started this conversation in
Upgrading from Xamarin
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using Xamarin on Android: to authenticate on OneDrive I used
authResult = await App.PCA.AcquireTokenInteractive(App.Scopes).WithParentActivityOrWindow(App.ParentWindow).ExecuteAsync();
After converting my app to Maui this did no longer work, because App.ParentWindow was null.
Nothing I tried helped me to get a file from OneDrive to my Android app.
Does an example exist which show how to get a file from OneDrive to Android?
Beta Was this translation helpful? Give feedback.
All reactions