Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Google Apps Integration (2012)

4D Japan
November 01, 2024

Google Apps Integration (2012)

4D Japan

November 01, 2024
Tweet

More Decks by 4D Japan

Other Decks in Technology

Transcript

  1. Google Apps Integration Developer Conference 2012 - Garching, Germany Google

    Apps oGoogle Apps is a service from Google providing independently customizable versions of several Google products under a custom domain name. It features several Web applications with similar functionality to traditional office suites, including Gmail, Google Groups, Google Calendar, Talk, Docs and Sites. From Wikipedia, the free encyclopedia
  2. Google Apps Integration Developer Conference 2012 - Garching, Germany Google

    Drive oGoogle Drive is a file storage and synchronization service by Google that was released on April 24, 2012. Google Drive is now the home of Google Docs, a suite of productivity applications, that offer collaborative editing on documents, spreadsheets, presentations, and more. From Wikipedia, the free encyclopedia
  3. Google Apps Integration Developer Conference 2012 - Garching, Germany Google

    Apps Google Drive Google Calendar GMail Google Docs
  4. Google Apps Integration Developer Conference 2012 - Garching, Germany Google

    Apps Google Drive Google Calendar GMail Google+ Google Docs
  5. Google Apps Integration Developer Conference 2012 - Garching, Germany Google

    Apps Google Drive Google Docs Google Calendar GMail Google+ Google Translate Google Tasks
  6. Google Apps Integration Developer Conference 2012 - Garching, Germany Google

    Apps Google Drive Google Docs Google Calendar GMail Google+ Google Translate Google Tasks Google Street View Google La<tude Google Books Google Ads Google Maps
  7. Google Apps Integration Developer Conference 2012 - Garching, Germany Google

    Apps Google Drive Google Docs Google Calendar GMail Google+ Google Translate Google Tasks Google Street View Google La<tude Google Books Google Ads Google Maps Google Blogger Google BigQuery Google Places Google Predic<on Google Street View Google Audit
  8. Google Apps Integration Developer Conference 2012 - Garching, Germany Google

    Apps Google Drive Google Docs Google Calendar GMail Google+ Google Translate Google Tasks Google Street View Google La<tude Google Books Google Ads Google Maps Google Blogger Google BigQuery Google Places Google Predic<on Google Street View Google Audit YouTube Google Analy<cs Google Tasks Google Web Fonts
  9. Google Apps Integration Developer Conference 2012 - Garching, Germany Focus

    •Google Drive oTo access Google Docs •Google Calendar oTo access Google Calendar
  10. Google Apps Integration Developer Conference 2012 - Garching, Germany Evolution

    •Google Drive v2 Google Drive v1 Document List v3 deprecated Document List v2 deprecated Document List v1 deprecated •Google Calendar v3 Google Calendar v2 deprecated Google Calendar v1 deprecated
  11. Google Apps Integration Developer Conference 2012 - Garching, Germany Two

    Options •Google Drive SDK oDeep-integration features to build web apps that are installable from the Chrome Web Store. •Google Drive API oREST API for programmatic access to Drive files, folders, and other resources.
  12. Google Apps Integration Developer Conference 2012 - Garching, Germany Google

    Drive API •Client Libraries oJava, JavaScript, Python, PHP, .NET, Go, Google Web Toolkit, Objective-C and Ruby. •Low-level REST API oAny other language https://developers.google.com/drive/downloads
  13. Google Apps Integration Developer Conference 2012 - Garching, Germany Low-level

    REST API •Essential oHTTPS Client oREST oJSON oOAuth 2.0 •Optional for best performance oGZIP oMulti-part HTTP POST
  14. Google Apps Integration Developer Conference 2012 - Garching, Germany •Essential

    oHTTPS Client -v13 oREST oJSON oOAuth 2.0 •Optional for best performance oGZIP oMulti-part HTTP POST Available in 4D?
  15. Google Apps Integration Developer Conference 2012 - Garching, Germany OAuth

    plugin •libcrypto, libssl 1.0.1c •libcurl 7.28.0 •libz 1.2.7 •libjson 7.6.0 •libssh2 1.4.2 •libidn 1.24 https://github.com/miyako/4d-plugin-oauth