ExtraProxies.com offers only extra quality private proxies – buying now you can get 50% discount for all our proxies and even more! Extra features like unlimited proxy bandwidth usage, more than 99% uptime, great support, USA proxy servers location, ultimate speed – these are just small features from our big list. Buying proxies has never […]
Private dedicated and shared proxies
It is a common question what proxy type is better: dedicated or shared private proxies? By using dedicated proxies, you are the only user of your proxy pack and with shared private proxies, your proxies can be shared with few users at the same time. In this case, private shared proxies are way much cheaper […]
how to upload a file to a document library using OData in PowerShell with curl or Invoke-RestMehthod
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 […]