Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ drive_service = build('drive', 'v3', credentials=credentials)
|
|
| 17 |
|
| 18 |
# Salesforce Authentication
|
| 19 |
sf = Salesforce(
|
| 20 |
-
username='
|
| 21 |
password='Mahadev@9',
|
| 22 |
security_token='q67QF1yG0qBTSaiEfDrRrIEx',
|
| 23 |
domain='login'
|
|
@@ -88,5 +88,5 @@ def save_salesforce_files(custom_object_api_name):
|
|
| 88 |
|
| 89 |
if __name__ == "__main__":
|
| 90 |
# Replace 'YOUR_CUSTOM_OBJECT_API_NAME' with the Salesforce custom object API name
|
| 91 |
-
custom_object_api_name = '
|
| 92 |
save_salesforce_files(custom_object_api_name)
|
|
|
|
| 17 |
|
| 18 |
# Salesforce Authentication
|
| 19 |
sf = Salesforce(
|
| 20 |
+
username='bharat@sathkrutha.sandbox',
|
| 21 |
password='Mahadev@9',
|
| 22 |
security_token='q67QF1yG0qBTSaiEfDrRrIEx',
|
| 23 |
domain='login'
|
|
|
|
| 88 |
|
| 89 |
if __name__ == "__main__":
|
| 90 |
# Replace 'YOUR_CUSTOM_OBJECT_API_NAME' with the Salesforce custom object API name
|
| 91 |
+
custom_object_api_name = 'CustomerInfo__c'
|
| 92 |
save_salesforce_files(custom_object_api_name)
|