OneDrive / onedrive-sdk-csharp

OneDrive SDK for C#! https://dev.onedrive.com
Other
294 stars 143 forks source link

Open folder in OneDrive App from custom iOS App #195

Closed GrischaJJ closed 7 years ago

GrischaJJ commented 7 years ago

We would like to open a document folder of a SharePoint online document library (teamsite) in the iOS OneDrive App by pressing a button. The current user is following this teamsite. How would we do this?

ghost commented 7 years ago

Hey Grischa,

Thanks for the feedback! We are planning to add support for access to SharePoint content in the document provider extension in early 2017. That being said, we prioritize everything using UserVoice, so feel free to +1 this open request: https://onedrive.uservoice.com/forums/262982-onedrive/suggestions/7121558-allow-saving-to-shared-folders-in-ios-app

Thanks Again!

-Ahmed

GrischaJJ commented 7 years ago

Hi Ahmed,

Thanks for your answer. Just want to make sure we are talking about the same thing. We don't want to access shared content over the OneDrive API. We just want to open the existing OneDrive iOS App from our iOS app. The OneDrive App gives us already access to the shared content that we need. We found no documentation about the URI of the iOS OneDrive App and how to directly jump into the folder we need.

BTW: Your link gives me a 404.

Thx, Grischa

ghost commented 7 years ago

Hi Grischa,

Are you opening the current OneDrive app using the Document Picker Provider? If not, how are you approaching pulling data from the App.

-Ahmed

Sent from Outlookhttp://aka.ms/weboutlook


From: Grischa Jacobs notifications@github.com Sent: Thursday, November 10, 2016 12:22:39 AM To: OneDrive/onedrive-sdk-csharp Cc: Ahmed Gharib; Comment Subject: Re: [OneDrive/onedrive-sdk-csharp] Open folder in OneDrive App from custom iOS App (#195)

Hi Ahmed,

Thanks for your answer. Just want to make sure we are talking about the same thing. We don't want to access shared content over the OneDrive API. We just want to open the existing OneDrive iOS App from our iOS app. The OneDrive App gives us already access to the shared content that we need. We found no documentation about the URI of the iOS OneDrive App and how to directly jump into the folder we need.

BTW: Your link gives me a 404.

Thx, Grischa

You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FOneDrive%2Fonedrive-sdk-csharp%2Fissues%2F195%23issuecomment-259628759&data=01%7C01%7Cahghar%40microsoft.com%7C5f1277636c6347818ea808d40942bcd3%7C72f988bf86f141af91ab2d7cd011db47%7C1&sdata=%2FvOFVF6ctaZ5toQ4Wpyj8Fn426og6mi8T0euacOCrtc%3D&reserved=0, or mute the threadhttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAO9yJte0Y4-fGd10p-TfmzqXU6J2PHQNks5q8tRPgaJpZM4KtcU8&data=01%7C01%7Cahghar%40microsoft.com%7C5f1277636c6347818ea808d40942bcd3%7C72f988bf86f141af91ab2d7cd011db47%7C1&sdata=N2E3u4jlWJIPstoQU0HjrTXPu5txuQRCqbNTRmdFHrc%3D&reserved=0.

GrischaJJ commented 7 years ago

Hi Ahmed,

right now we are not opening the OneDrive app at all. We are planning to do so.

Currently our app references files that are that are stored in a document library in SharePoint Online. We would like to open those file in the OneDrive App instead of opening it on the mobile browser.

I hoped I could open the file like this: oneDrive://PathToSharepointDocumentLibrary/filename

Zebusch commented 7 years ago

This would be a great thing to have, for sure!

GrischaJJ commented 7 years ago

https://msdn.microsoft.com/de-de/library/office/dn911482.aspx

OneDrive is missing unfortunately..

daboxu commented 7 years ago

closed on github as we have it tracked on UserVoice: https://onedrive.uservoice.com/forums/262982-onedrive/suggestions/6540302-ios-8-storage-provider-extension-document-picker-s

syates21 commented 7 years ago

The UserVoice link is not what was being asked for as near as I can tell. He was asking for a URL scheme or some mechanism to launch and open specific content in the native OneDrive app. This would be extremely useful, and it appears there is an ms-onedrive:// URL scheme. I have not been able to find any documentation about what is supported with that though. The closest UserVoice request I can find is this one.