We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a117d2b commit c658379Copy full SHA for c658379
final_script.py
@@ -30,6 +30,8 @@
30
token = os.environ['TOKEN']
31
username = os.environ['USR']
32
org_name = os.environ['ORG_NAME']
33
+folder_id = os.environ['FOLDER_ID']
34
+
35
# Build the Google Drive API client
36
drive_service = build('drive', 'v3', credentials=credentials)
37
0 commit comments