fbsamples / workplace-platform-samples

Sample code to enable Workplace customers to make the most of the features of the Workplace Custom Integrations platform.
Other
182 stars 170 forks source link

Export User Data Script: Type Error #135

Closed banihas closed 1 month ago

banihas commented 1 year ago

I tried running this script: SupportScripts/Python/ExportUserDataWithInsights/export_user_data.py

But I'm getting type errors on lines 25, 63 and 65. As recommended by the readme file the only change I made was to include my access token.

banihas commented 1 year ago

It looks like the issue I was running into was a version problem. I ran it with python 3.7 and it's working fine.