Presentation is loading. Please wait.

Presentation is loading. Please wait.

5/16/2018 7:12 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.

Similar presentations


Presentation on theme: "5/16/2018 7:12 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN."— Presentation transcript:

1 5/16/2018 7:12 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

2 5/16/2018 7:12 AM B8016 Build file collaboration and sharing experiences with OneDrive, SharePoint and Microsoft Graph Ryan Gregg Principal Program Manager OneDrive/SharePoint © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

3 File shares are obsolete
5/16/2018 File shares are obsolete Cloud storage is here OneDrive is the place Microsoft Graph is the way © 2015 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

4 Collaboration by the numbers
Microsoft Build 2017 5/16/2018 7:12 AM Collaboration by the numbers 6 Concurrent projects for the average employee 64% of people say they collaborate more than 2 years ago 65M Document libraries in SharePoint of employees collaborate across the country of employees collaborate across the world 500M Devices running the OneDrive app © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

5 Microsoft Graph connects everywhere with a single API.
Microsoft Build 2017 5/16/2018 7:12 AM Files across Office 365 Anywhere access and sharing for all your files “My” files, either for work or personal use Like U:\users\ryan Content collaboration platform for the modern workplace “Team” files, for work or school Like P:\projects Microsoft Graph connects everywhere with a single API. © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

6 STANDALONE WEB AND DEVICE APPS
Office 365 platform CANVASES EXTENSIONS STANDALONE WEB AND DEVICE APPS DOCUMENTS PAGES EMBEDDED CANVASES CONVERSATIONS Microsoft Graph

7 OneDrive files are awesome
5/16/2018 7:12 AM OneDrive files are awesome Billions of files are stored in OneDrive and SharePoint User’s benefit: Robust sharing and collaboration Real-time collaboration Auditing and compliance built in High resolution thumbnails Full text search Video streaming Developer’s benefit: Single API Tap into existing ecosystem Avoid redundant copies Maintain consistent user experience Don’t break user expectations © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

8 Your app + OneDrive can…
5/16/2018 7:12 AM Your app + OneDrive can… Connect to content where it’s stored Solve content problems for personal to enterprise users Leverage Office 365 compliance and security to secure your data Access insights to improve your scenarios © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

9 How: OneDrive platform
Microsoft Build 2017 5/16/2018 7:12 AM How: OneDrive platform 1 Connect with file pickers 2 Go deeper with the API 3 Customize the file experience © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

10 1. Connect with file pickers
Microsoft Build 2017 5/16/2018 7:12 AM 1. Connect with file pickers Open, share, and save files to OneDrive and SharePoint. No file UI coding, get the OneDrive experience directly in your app. Used in Office 365 apps, like Word, Excel, PowerPoint, and SharePoint. Bring user files to your application with ease. © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

11 Opening a file <script src=" <script> function openFromOneDrive(){ var odOptions = { clientId: "fc b7-42a1-b3ef-8b399fce1d8b", action: "download", success: function(files) { /* success handler */ } } OneDrive.open(odOptions); </script> <button onClick="openFromOneDrive()">Open from OneDrive</button>

12 OneDrive Text Editor JS
Microsoft Build 2017 5/16/2018 7:12 AM OneDrive Text Editor JS © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

13 2. Integrate your app with OneDrive API
Use the API to Enumerate and search Reliably upload large files Download content Manage permissions Create links Integrate with more files Thumbnails and previews for formats Excel API for workbook manipulation Download as PDF

14 Announcing SharePoint Sites - GA
Microsoft Build 2017 5/16/2018 7:12 AM Announcing SharePoint Sites - GA SharePoint sites are now available via Microsoft Graph v1.0 Access files with a single API regardless of where they are stored in Office 365. /v1.0/sites/root/drives /v1.0/sites/{hostname},{siteId},{webId}/drives /v1.0/sites/root:/{server-relative-site-url}:/drives /v1.0/shares/u!{encodedSharePointUrl}/site/drives © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

15 Files across Office 365, with one API
OneDrive /v1.0/me/drive SharePoint team sites /v1.0/sites/{id}/drives Groups /v1.0/groups/{id}/drive

16 OneDrive explorer

17 Azure Functions and OneDrive
Process webhook events with serverless code architecture Easily act when files are added, or changed, or removed Azure Functions can easily scale based on usage public static async Task<object> Run(Http { // connect to Microsoft Graph GraphClient client = new GraphClient( string json = await req.Content.ReadA dynamic data = JsonConvert.Deserializ Excel file saved to OneDrive Webhook to Azure Function, which uses Microsoft Graph API to analyze content Data stored back into Excel file

18 OneDrive data helper

19 OneDrive API summary Same API that powers OneDrive native experiences
Microsoft Build 2017 5/16/2018 7:12 AM OneDrive API summary Same API that powers OneDrive native experiences Supports files across SharePoint and OneDrive Share, collaborate, manage, and more with files © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

20 3. Customize the file experience
What happens if you invent the best file format ever and store the file in OneDrive? OH NO!

21 Announcing file handlers 2.0 (preview)
Integrate your app into OD/SP's file experiences App-hosted interactive new, preview and open experiences for files Add your own custom verbs for any files Powered by the Microsoft Graph API so you can do more Available today in first release tenants

22 Partner: Autodesk AutoCAD
OneDrive partnered with Autodesk to enable tightly integrated scenarios for DWG File handlers allow customers to engage with AutoCAD directly from OneDrive. OneDrive + Autodesk provides a great experience for CAD drawings in the cloud, starting from OneDrive and seamlessly connecting into AutoCAD. Rob Maguire Director, AutoCAD Platform Product Line Group

23 Autodesk AutoCAD web Rob Maguire

24 Build a file handler

25 Deploying file handlers
File handler runs on your hosted web application Availability in OneDrive tied to consent for your application End user or admin consent on-behalf-of-tenant available today

26 File handlers 2.0 (preview)
Extend OneDrive and SharePoint to support your custom file formats with full API access. Add your application's custom verbs to any files. Available in first release tenants today.

27 Summary   OneDrive and SharePoint are enterprise storage
Microsoft Build 2017 5/16/2018 7:12 AM Summary OneDrive and SharePoint are enterprise storage Millions of users storing billions of files in Office 365. Putting your content in Microsoft Graph makes everything better. You can do more with files by integrating with OneDrive. How to get started File pickers make simple connections fast. Microsoft Graph API makes building rich and robust content solutions easy. File handlers extend the user experience. Cloud intelligence makes your apps better. © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

28 How: OneDrive platform
Microsoft Build 2017 5/16/2018 7:12 AM How: OneDrive platform 1 Connect with file pickers 2 Go deeper with the API 3 Customize the file experience © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

29 Additional resources https://dev.onedrive.com
5/16/2018 7:12 AM Additional resources GitHub /OneDrive StackOverflow [OneDrive] Twitter @OneDriveDev Revisit Build session recordings on Channel 9 © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

30 Related sessions Breakout sessions Hub
Microsoft Build 2017 5/16/2018 7:12 AM Related sessions B8086 Office Platform General session Watch recording in CH9 B8015 Microsoft Graph general session B2085 Project Rome session May 11th 1pm WSCC Room 608 B8084 Office open Q&A 4pm WSCC Hall 4C-4 Identity session TCC L3 Tahoma 3 Breakout sessions Hub T6108 Microsoft Graph Teck talk May 12th 12:30pm Tech Talk A Lots of live demos in the Microsoft Graph booth Channel 9 videos for new features © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

31 5/16/2018 7:12 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.


Download ppt "5/16/2018 7:12 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN."

Similar presentations


Ads by Google