简体   繁体   中英

System.net.webexception in system.dll

I have followed this tutorial to update a powerbi dashboard here .

I have copied all the code from Microsoft's website. Of course I have supplied my own clientId .

The console application successfully creates a dataset, but does not add rows to the table.

It fails here:

var response = (HttpWebResponse)request.GetResponse();

An unhandled exception of type 'System.Net.WebException' occurred in System.dll

Additional information: The remote server returned an error: (404) Not Found.

The URL you are querying is wrong or no longer exists. Check the documentation for the APIs you are querying to make sure you are properly constructing the URL.

Start here for PowerBI APIs: https://msdn.microsoft.com/library/dn877544.aspx

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM