File size: 948 Bytes
33d3592
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 🔧 حل مشكلة 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، لذلك سنغير المنفذ للمصادقة.