0

I am using Xamarin.Forms (Portable) Cross-platform having two projects Android and iOS.

I want to integrate Google Drive, Dropbox, iCloud in my project. Please suggest me how can I do this?

Uwe
  • 41,420
  • 11
  • 90
  • 134
Kirti Zare
  • 719
  • 1
  • 12
  • 35

1 Answers1

0

You can refer a below question in StackOverflow to integrate the Google Drive, Dropbox and iClound in your project.

Google Drive: https://stackoverflow.com/a/39233810/4025613 Dropbox: https://www.dropbox.com/developers-v1/core/docs iCloud: https://developer.xamarin.com/guides/ios/platform_features/introduction_to_icloud/ (You have to do some native code for this as iCloud will not support Android.)

Hope this will work for you.

Community
  • 1
  • 1
Chandresh Khambhayata
  • 1,748
  • 2
  • 31
  • 60
  • I tried for google drive but it does not work. When I am using GoogleWebAuthorizationBroker. Error Occur - GoogleWebAuthorizationBroker does not exist in the current context. I install nuget - google.apis,google.apis.auth. Do am I missing something – Kirti Zare Feb 09 '17 at 12:01
  • you need to install packages in all projects (Portable, Android and iPhone) – Chandresh Khambhayata Feb 09 '17 at 13:02
  • I install packages in all project, still getting same error – Kirti Zare Feb 10 '17 at 06:38