As I cannot use Pnp.PowerShell with a SharePoint-2019 on premise, AFAIK, I’ve been trying to do it with OData using curl. Unfortunately it happens to be much more complicated than I thought. I ended up building this command: curl -vvv -n -X POST "https://sharepoint.site/site/aaa/_api/web/GetFolderByServerRelativeUrl(‘/site/aaa/library/folder’)/Files/add" -T a.xlsx -H "Accept: application/json;odata=nometadata" -H "X-RequestDigest: xxxxxx" HTTP/1.1 400 Bad […]
Redis vs MySql vs MongoDb vs File Cache for Data Caching?
We are running many websites in Yii2 application. Currently we are using File Cache for Data Caching. Now we want to use load balancer and put our caching on dedicated server. We will have to store approx 100GB of cached data. What we have tried? File Cache: Working great currently. But We can not move […]
