syncmaster8 / FIX_GOOGLE_ACCESS.md
aseelflihan's picture
Initial commit without node_modules
33d3592
# 🔧 حل مشكلة Google Access
## 🎯 المشكلة:
```
Error 403: access_denied
SyncMaster Export has not completed the Google verification process
```
## ✅ الحل السريع:
### 1️⃣ إضافة نفسك كـ Test User:
1. اذهب إلى [Google Cloud Console](https://console.cloud.google.com/)
2. اختر مشروع `syncmaster-export`
3. اذهب إلى: **APIs & Services****OAuth consent screen**
4. اضغط على **"ADD USERS"** في قسم "Test users"
5. أضف إيميل Google الخاص بك
6. اضغط **"SAVE"**
### 2️⃣ أو: نشر التطبيق للعامة (أسرع):
1. في نفس صفحة **OAuth consent screen**
2. اضغط **"PUBLISH APP"**
3. اضغط **"CONFIRM"**
4. الآن يمكن لأي شخص استخدام التطبيق
## 🔧 حل مشكلة المنفذ:
المشكلة أن Streamlit يستخدم المنفذ 8501، لذلك سنغير المنفذ للمصادقة.