Google, aşağıdaki örnekleri GitHub'da barındırır. Bu depoları çatallayabilir ve kodu kendi projeleriniz için referans olarak kullanabilirsiniz.
Google Picker
Google Picker kod örneği, kullanıcıların bir web uygulamasındaki düğmeden açabileceği bir resim seçici veya yükleme sayfasının nasıl kullanılacağını gösterir.
Kaynağı görüntülemek veya indirmek için GitHub deposundaki Google Picker'ı ziyaret edin.
Quickeditor'lar ile dosyaları açma ve kaydetme
Bu Quickeditors kod örneğinde, Drive API ile dosyaların nasıl açılıp kaydedileceği gösterilmektedir.
Drive'a özgü her örnek, tek bir örnek uygulamayı yansıtır: MIME türü text/* olan Drive dosyalarını düzenleyebilen, Quickeditor adlı bir metin düzenleyici. Web sürümü, iki temel Drive kullanım alanını uygular:
Her iki kullanım alanının akışı da benzerdir. Drive, kullanıcıyı oluşturma menüsünden veya kayıtlı MIME türüne sahip bir dosyanın bağlam menüsünden seçtikten sonra uygulamaya yönlendirir.
Kaynağı görüntülemek veya indirmek için GitHub deposundaki Drive Quickeditors'ı ziyaret edin.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-08-29 UTC."],[],[],null,["# Google Drive API samples\n\nThis section provides samples for Google Drive API.\n\nFor introductory videos about Drive API, see the [Drive API\nvideo library](/workspace/drive/api/guides/videos).\n\nGoogle hosts the following samples on GitHub. You can fork these repositories\nand use the code as a reference for your own projects.\n\nGoogle Picker\n-------------\n\nThe [Google Picker code sample](/workspace/drive/picker/guides/sample) shows how to use\nan image selector or upload page that users can open from a button in a web app.\n\nTo view or download the source, visit\n[Google Picker](https://github.com/googleworkspace/browser-samples/tree/main/drive/picker)\non the GitHub repository.\n\nOpen and save files with Quickeditors\n-------------------------------------\n\nThis Quickeditors code sample shows how to open and save files with the\nDrive API.\n\nEach of the Drive platform-specific examples reflects a single\nsample app: a text editor, called a Quickeditor, capable of editing\nDrive files with the MIME type `text/*`. The [web\nversion](https://github.com/googleworkspace/drive-quickeditors/tree/main/web)\nimplements two fundamental Drive use cases:\n\n- [Integrate with Drive UI's \"New\" button](/workspace/drive/api/guides/integrate-create)\n- [Integrate with Drive UI's \"Open with\" context menu](/workspace/drive/api/guides/integrate-open)\n\nThe flow for both use cases is similar. Drive redirects a user to\nthe app after the user selects it from the create menu or the context menu of a\nfile with a registered [MIME type](/workspace/drive/api/guides/mime-types).\n\nTo view or download the source, visit [Drive\nQuickeditors](https://github.com/googledrive/web-quickeditor) on the GitHub\nrepository.\n\nRelated topics\n--------------\n\n- [The Google Picker API](/workspace/drive/picker/guides/overview)\n- [Drive UI integration overview](/workspace/drive/api/guides/about-apps)"]]