Skip to content

Commit c658379

Browse files
added folder_id
1 parent a117d2b commit c658379

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

final_script.py

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
token = os.environ['TOKEN']
3131
username = os.environ['USR']
3232
org_name = os.environ['ORG_NAME']
33+
folder_id = os.environ['FOLDER_ID']
34+
3335
# Build the Google Drive API client
3436
drive_service = build('drive', 'v3', credentials=credentials)
3537

0 commit comments

Comments
 (0)