0
I’m trying to make a request http from a Google Plus page, from a private domain. I am currently using the lib requests python.
import requests
content = requests.get('https://plus.google.com/communities/107246698599792754395')
print content
Every time it gives error 404, as if the page does not exist. I’m already as a member of this community. I imagine I need some kind of authentication for access. I’ve tried several others libs and nothing. I also tried via Google API with Oauth2 and I didn’t succeed either.
I tried to access "https://plus.google.com/communities/107246698599792754395" and in fact 404 occurs, the url is correct?
– teliz
This link is a private link. It is only visible within the company domain where I work. My question is whether there is any way to dump private communities.
– Antonio Braz Finizola