Bài đăng

Đang hiển thị bài đăng từ Tháng 5, 2026

hướng dẫn A–Z theo cách ổn định + dễ scale nhiều blog

Ok, đây là một workflow rất “chuẩn hệ thống” – đúng kiểu bạn đang build: viết → đánh dấu → tự động xuất bản. Mình sẽ hướng dẫn A–Z theo cách ổn định + dễ scale nhiều blog  (không lỗi vặt). 🧠 Tổng quan luồng Viết bài trong Google Docs Lưu metadata (title, docId, status…) trong Google Sheets Apps Script đọc Sheet Nếu status = publish  → lấy nội dung Docs Gọi Blogger API → đăng bài ⚙️ Bước 1: Chuẩn bị Google Sheet Tạo 1 sheet tên posts  với cấu trúc: A B C D E title docId status postId publishedAt 👉 Giải thích: title : tiêu đ...

hướng dẫn A–Z theo cách ổn định + dễ scale nhiều blog

Ok, đây là một workflow rất “chuẩn hệ thống” – đúng kiểu bạn đang build: viết → đánh dấu → tự động xuất bản. Mình sẽ hướng dẫn A–Z theo cách ổn định + dễ scale nhiều blog  (không lỗi vặt). 🧠 Tổng quan luồng Viết bài trong Google Docs Lưu metadata (title, docId, status…) trong Google Sheets Apps Script đọc Sheet Nếu status = publish  → lấy nội dung Docs Gọi Blogger API → đăng bài ⚙️ Bước 1: Chuẩn bị Google Sheet Tạo 1 sheet tên posts  với cấu trúc: A B C D E title docId status postId publishedAt 👉 Giải thích: title : tiêu đ...

hướng dẫn A–Z theo cách ổn định + dễ scale nhiều blog

{ "error": { "code": 403, "message": "Google Drive API has not been used in project 888719909363 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/drive.googleapis.com/overview?project=888719909363 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.", "errors": [ { "message": "Google Drive API has not been used in project 888719909363 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/drive.googleapis.com/overview?project=888719909363 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.", "domain": "usageLimits", "reason": "accessNotConfigured", "extendedHelp": "https://console.developers.googl...

hướng dẫn A–Z theo cách ổn định + dễ scale nhiều blog

{ "error": { "code": 403, "message": "Google Drive API has not been used in project 888719909363 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/drive.googleapis.com/overview?project=888719909363 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.", "errors": [ { "message": "Google Drive API has not been used in project 888719909363 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/drive.googleapis.com/overview?project=888719909363 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.", "domain": "usageLimits", "reason": "accessNotConfigured", "extendedHelp": "https://console.developers.googl...

hướng dẫn A–Z theo cách ổn định + dễ scale nhiều blog

{ "error": { "code": 403, "message": "Google Drive API has not been used in project 888719909363 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/drive.googleapis.com/overview?project=888719909363 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.", "errors": [ { "message": "Google Drive API has not been used in project 888719909363 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/drive.googleapis.com/overview?project=888719909363 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.", "domain": "usageLimits", "reason": "accessNotConfigured", "extendedHelp": "https://console.developers.googl...

hướng dẫn A–Z theo cách ổn định + dễ scale nhiều blog

{ "error": { "code": 403, "message": "Request had insufficient authentication scopes.", "errors": [ { "message": "Insufficient Permission", "domain": "global", "reason": "insufficientPermissions" } ], "status": "PERMISSION_DENIED", "details": [ { "@type": "type.googleapis.com/google.rpc.ErrorInfo", "reason": "ACCESS_TOKEN_SCOPE_INSUFFICIENT", "domain": "googleapis.com", "metadata": { "method": "google.apps.drive.v3.DriveFiles.Export", "service": "drive.googleapis.com" } } ] } }

TEST APP SCRIPT

Hello Blogger Đây là bài test từ Apps Script.