Page 1 of 1

CloudPlugin Onedrive - upload Feature / Config Change on Microsoft side

Posted: 2019-08-14, 07:00 UTC
by mamema
Hi,

tested with latest TC and cloudplugin.
Background story: I have a MS Case open, because Sharepoint search and onedrive search are not working as expected. The guys from MS worked hard to prove the following:

- The result of uploading files (eg:pdf) is different, if you use the MS provided solution (web interface) or 3rd party solutions

How to reproduce:

- upload a pdf with TC and cloudplugin
- file gets uploaded fine
- search via web interface (onedrive) for this file
- file shows up in result list

BUT:
- column "location" is missing

- delete file
- do the same with upload onedrive web solution
- search for file
- column "location" is there

WHY is this a problem.
Other O365 services are relying on this column (eg: onedrive search, open file, sharepoint online)

often/most of the time/everytime such filea cannot be opened via onedrive web search.

Missing column is a "feature" change, as this was working until end of april 2019.

Can this be solved?

Regards

Re: CloudPlugin Onedrive - upload Feature / Config Change on Microsoft side

Posted: 2019-08-15, 10:18 UTC
by ghisler(Author)
What does the column "location" show? Maybe it's possible to pass this location to the server when uploading via cloud plugin.

Here is what my cloud plugin uses for small files:
https://docs.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_put_content?view=odsp-graph-online

And here is what it uses for large files:
https://docs.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_createuploadsession?view=odsp-graph-online

I cannot find anything about a "location" column. Maybe the Microsoft support can help?