Forum Discussion
Error in Dataflow Gen 2 loading from Excel file on SharePoint Online
- 10 months ago
Hi tayloramy ,
is your SPO instance direclty accessible by Dataflows (e.g. not on-premises)? If so, you don't need to use a gateway and you would simplify the setup of the dataflows and get better performance. If your issue persists, can you please share the RequestId through DM?
Thanks,
Alessandro
Hi BhaveshPatel,
I would prefer to use a notebook, however that makes auth with SPO challenging as I'm not allowed to have a service principal for this site - I need to use OAUTH.
Do you know of a nice way to handle accesing SPO from a notebook while using a user's credentials? Note that my org also has MFA enforced for access outside of our network.
Thanks,
Taylor
Hi tayloramy
I just wanted to check in have you been able to make any progress with accessing SPO from a notebook using OAuth and MFA?
- tayloramy11 months agoSuper User
Hi,
I have not, my org enforces MFA when signing into SPO so I can't have something run automatically. This is why I was using dataflow gen 2, that connection will cache the token and ask for MFA on initial set up, but then works fine automatically from then on.- lbendlin11 months agoSuper User
These tokens expire. Be prepared to reauthenticate periodically.
- v-aatheeque11 months agoCommunity Support
Hi tayloramy
Glad to hear your issue has been resolved. If any of the responses here helped address the problem, we’d appreciate it if you could mark it as a solution. This will also help other community members who might face a similar issue.
Thanks for being part of fabric community forum.- tayloramy11 months agoSuper User
Hi v-aatheeque, The issue has not been resolved.