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

Notifications

Announcements

No record found.

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

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

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 456 Super User 2025 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 429 Most Valuable Professional

#3
BillurSamdancioglu Profile Picture

BillurSamdancioglu 239 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans