The n8n can’t download CSV file via this link https://www.olivit.co.uk/dropshipping/customer_dashboard/getDropshippingProductFeed/, how can I fix it. I have login and password. So Please explain how actually n8n can execute CCV file via this link with my login and paasword (with my credentials)?
hello @YOUR_Health_Solution
login + password are usually intended for humans. Not for automations. Check the site documentation to see if it’s possible to download anything programmatically
Welcome to the community!
If you mean that you want your workflow to download/process a CSV file from olivit, you have to use their API.
From my research, I suppose that the Olivit API is restrictred to partners. Which means that there aren’t any public endpoints.
However, there are many web scrapers(Apify, Apollo…) that can be integrated into n8n. There is a possiblity that you can use these services to scrape Olivit.
I recommend doing a deeper research, as I may not be correct with some points.
I have an access to API and to the website, I just want to update price and stock and create new products automatically from CSV file from that link - from the feed. I dont want to do it via api.
