TanjilAmin
Results
1
issues of
TanjilAmin
I am using the code below: `import sharepy import requests SPUrl = 'https://teamup..com/sites/pt/service/metrics/sitedata' username = '@.com' password = password s = sharepy.connect(SPUrl, username, password) s.save()` However, I keep getting the...