Bei Python geben Sie die Version an, wenn Sie das Dienstobjekt erstellen. Ein Beispiel finden Sie in der Python-Kurzanleitung.
service=build('drive','v3',credentials=creds)
Bei Node.js legen Sie die Version fest, wenn Sie den Konstruktor „google.drive“ festlegen. Ein Beispiel finden Sie in der Node.js-Schnellstartanleitung.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2024-11-15 (UTC)."],[[["Drive API users can migrate from v2 to v3, with a reference guide available for a comprehensive resource comparison."],["The v3 setup varies by language, including downloading a library for Java, defining the version through URLs for JavaScript, specifying it during service object creation for Python, and setting it within the constructor for Node.js, with examples provided for each."]]],[]]