Back to Browse

Google Drive Picker API - Viewing, Uploading, Downloading, Sharing Files using JavaScript

11.4K views
Jun 4, 2018
34:06

Cloud Storage Access through API - ASP.NET MVC 5 - C# (Part-7) -------------------------------------------------------------------------------------------------------- Source Code: https://drive.google.com/file/d/1fe5fiSY9KYKy4m1vwOLkmW7O7JNxjuOH/ Blog: https://everyday-be-coding.blogspot.com/p/google-picker-api.html ---------------------------------------------------------------------------------------------------------- Suggested Video link: 1) https://youtu.be/xtqpWG5KDXY 2) https://youtu.be/aTv5t7oH6X8 3) https://youtu.be/7gNeCjRuNAM 4) https://youtu.be/HZ1qTsH3gXs 5) https://youtu.be/9VTHAiEbCB4 6) https://youtu.be/FiY6M6G2woE QUERY SOLVE - ◘ What is Google Picker API? ◘ Why use Google Picker API? ◘ Enable & Register Google Picker API for your application? ◘ How to Create Google Picker API Project using Java Script? ◘ Discuss some important features of Google Picker API. ◘ A Real Life Example of Google Picker API. A) What is Google Picker API? Google Picker is a "File Open" dialog box for the information stored in Google Servers. With Google Picker, we can access and upload photos, videos, maps and documents stored in Google servers. We use this interface to our web page or web application. B) Why use Google Picker API? ◘ Google Picker is just like a Graphical interface of Google drive and other Google properties. ◘ It providing users a more modern experience. A dialog experience with many views showing previews or thumbnails and many more. ◘ Web developers can incorporate Google Picker API by just adding a few lines of Java Scripts code. Mainly Google Picker API is use for View, Open, Upload & Searching file information form ◘ Google Drive Items, ◘ Google Picasa Web Photo albums. ◘ YouTube videos. ◘ Google Map. ◘ Google Image, Video Searching & many more... C) How to Enable & Register Google Picker API? ◘ Goto this Link: https://console.developers.google.com/flows/enableapi?apiid=picker&credential=client_key. Which guides you through create a project in the Google Picker API Console for enabling API & creating credentials. #EverydayBeCoding

Download

0 formats

No download links available.

Google Drive Picker API - Viewing, Uploading, Downloading, Sharing Files using JavaScript | NatokHD