প্রত্যাবর্তিত ফলাফল সীমিত করার জন্য ফাইল এক্সটেনশনগুলির একটি কমা দ্বারা পৃথক করা তালিকা৷ প্রদত্ত অ্যাপ ক্যোয়ারী স্কোপের মধ্যে সমস্ত ফলাফল যা প্রদত্ত ফাইল এক্সটেনশনগুলির যেকোনও খুলতে পারে প্রতিক্রিয়াতে অন্তর্ভুক্ত করা হয়েছে৷ যদি appFilterMimeTypes এছাড়াও প্রদান করা হয়, ফলাফল দুটি ফলিত অ্যাপ তালিকার একটি ইউনিয়ন।
appFilterMimeTypes
string
প্রত্যাবর্তিত ফলাফল সীমিত করার জন্য ফাইল এক্সটেনশনগুলির একটি কমা দ্বারা পৃথক করা তালিকা৷ প্রদত্ত অ্যাপ ক্যোয়ারী স্কোপের মধ্যে সমস্ত ফলাফল যা প্রদত্ত MIME প্রকারের যেকোনও খুলতে পারে প্রতিক্রিয়াতে অন্তর্ভুক্ত করা হবে। যদি appFilterExtensions সরবরাহ করা হয়, ফলাফলটি দুটি ফলস্বরূপ অ্যাপ তালিকার একটি ইউনিয়ন।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-01-08 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Lists a user's installed or accessible third-party applications in Google Drive."],["Filter results by file extensions or MIME types using query parameters."],["The response includes app details, default app IDs, and relevant links."],["Requires authorization with the `https://www.googleapis.com/auth/drive.apps.readonly` scope."]]],["This document details retrieving a list of a user's installed third-party applications integrated with Google Drive. An empty `GET` request is made to `https://www.googleapis.com/drive/v3/apps`. The request can use query parameters like `appFilterExtensions`, `appFilterMimeTypes`, and `languageCode` to filter results. The response body includes the list of installed apps, their default app IDs, a kind indicator, and a self-referential link, structured in JSON format. The operation requires the `https://www.googleapis.com/auth/drive.apps.readonly` authorization scope.\n"]]