Last active
September 6, 2024 20:36
-
-
Save rapatil/b269a347d50dc76b6fd29bec85889c28 to your computer and use it in GitHub Desktop.
Approach: Automating Salesforce Data Extraction Using Python
using your code pretty much verbatim for downloading a salesforce report I am getting a error thrown in requests: requests.exceptions.TooManyRedirects: Exceeded 30 redirects.
Do you know if something has changed in the past couple months that would be causing so many redirects? If I copy sfUrl into a browser (that is also logged in) it does generate and download the report as expected...I am also experiencing this redirect issue. Any one come up with a solution?
Copying sfUrl and pasting into browser works.facing the same issue. any one knows how to deal with this?
> update: try updating lightning.force to my.salesforce
Yep! This is what worked for me!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
facing the same issue. any one knows how to deal with this?
update: try updating lightning.force to my.salesforce