web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Unanswered

URI must be a SharePoint API URI Parameter name: fileUri

(0) ShareShare
ReportReport
Posted on by 45

Hello, I'm attempting to retrieve a file from SharePoint, and I'm using the following code to accomplish it.

//using SP = Microsoft.Dynamics.Platform.Integration.SharePoint;

        
        System.UriBuilder builder = new System.UriBuilder("xxxxx.sharepoint.com");
        str host = builder.Host;
        System.Uri uri = new System.Uri('https://xxxxxx.sharepoint.com/sites/DmatrialisationUAT/Documents/Fichier XLSX/IN/myfile.xlsx');
        str extId = xUserInfo::getExternalId();
        SP.ISharePointProxy proxy = SP.SharePointHelper::CreateProxy(host,'sites/DmatrialisationUAT', extId);
        str token = proxy.AccessToken;
        SP.FileResults memoryStream = new SP.FileResults();
        SP.FileContents File;
        
        if(SP.SharePointHelper::VerifyAuthentication(proxy))
        {
            memoryStream = SP.SharePointHelper::GetFiles(proxy,"Documents/Fichier XLSX/IN","myfile.xlsx");
            File = SP.SharePointHelper::GetFileContents(proxy, Uri);
        }

However, I continue to receive this problem "URI must be a SharePoint API URI"

I have the same question (0)
  • Saoudi Hatem Profile Picture
    45 on at

    The solution is that the URI of sharePoint must be in this structure

    System.Uri uri = new System.Uri("https://xxxxxx.sharepoint.com/sites/mysite/_api/web/"   "GetFileByServerRelativeUrl('/sites/mysite/Documents partages/Fichier XLSX/IN/myfile.xlsx')/$value");

    this link might help Working with folders and files with REST

  • Microsoft dynamics D365FO Profile Picture
    20 on at
  • Microsoft dynamics D365FO Profile Picture
    20 on at

    How can I read multiple files from SharePoint folder from the code ?

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 658

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 468 Super User 2026 Season 1

#3
Syed Haris Shah Profile Picture

Syed Haris Shah 333 Super User 2026 Season 1

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans