В
Size: a a a
В
R
createFileAndPopulate(fileName, folderId, content) {
        return this.drive.files.create ({
            requestBody: {
                name: fileName,
                mimeType: "application/vnd.google-apps.document",
                parents: [folderId]
            },
            media: {
                mimeType: "text/plain",
                body: content
            },
        })
        .then(file => file.data.id)
    }R
Д
AB
М
AB
М
NN
М
AB
NN
М
ЕБ
YI
YI
М
YI
G
YI