You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to pull recordings of certain users that are listed in a CSV file. Is it possible to do a list compare instead of pulling all of the recordings?
BTW - Otherwise, this is running great for me. Thank you for this tool!
The text was updated successfully, but these errors were encountered:
I'm sorry I can't recall what I exactly did as I'm not proficient with python so I just winged it. Basically, I added a "print" command somewhere in the def get_user_ids() section to show the user list in the command window. I stopped the process once it moves on to the next step. I then copy and pasted the result to a text file. Afterwards, in the load_completed_meeting_ids() section, I would hardcode the parameters with the user that I'd like to download, instead of using get_user_ids().
I'd like to be able to pull recordings of certain users that are listed in a CSV file. Is it possible to do a list compare instead of pulling all of the recordings?
BTW - Otherwise, this is running great for me. Thank you for this tool!
The text was updated successfully, but these errors were encountered: