Skip to content

Commit

Permalink
Merge of #885. Thanks @MathijsVerbeeck
Browse files Browse the repository at this point in the history
  • Loading branch information
jansenbe committed Jun 20, 2022
2 parents ea2530e + 9e02846 commit 7ccedb1
Show file tree
Hide file tree
Showing 35 changed files with 240 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- Added support for consuming content types from the content type hub [jansenbe - Bert Jansen]
- Support for getting site (`ISite`) and file (`IFile`) analytics [jansenbe - Bert Jansen]
- Option to convert an `IFile` into another format (PDF, JPG, Html or GLB) and process the returned stream (e.g. download/upload as file) #849 [MathijsVerbeeck - Mathijs Verbeeck]
- Get preview from `IFile` for embedding #885 [MathijsVerbeeck - Mathijs Verbeeck]

### Changed

Expand Down
67 changes: 67 additions & 0 deletions src/sdk/PnP.Core.Test/SharePoint/FilesTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3229,5 +3229,72 @@ public async Task ConvertFileAsyncExceptionTest()
}

#endregion

#region Preview

[TestMethod]
public async Task GetFilePreviewAsyncTest()
{
//TestCommon.Instance.Mocking = false;

string documentUrl = null;
try
{
(_, _, documentUrl) = await TestAssets.CreateTestDocumentAsync(0);

using (var context = await TestCommon.Instance.GetContextAsync(TestCommon.TestSite, 1))
{
IFile file = await context.Web.GetFileByServerRelativeUrlAsync(documentUrl);

Assert.IsNotNull(file);

var filePreview = await file.GetPreviewAsync();

Assert.IsNotNull(filePreview);
Assert.IsNotNull(filePreview.GetUrl);
}
}
finally
{
if (documentUrl != null)
{
await TestAssets.CleanupTestDocumentAsync(2);
}
}
}

[TestMethod]
public async Task GetFilePreviewIncludingPageAndZoomAsyncTest()
{
//TestCommon.Instance.Mocking = false;

string documentUrl = null;
try
{
(_, _, documentUrl) = await TestAssets.CreateTestDocumentAsync(0);

using (var context = await TestCommon.Instance.GetContextAsync(TestCommon.TestSite, 1))
{
IFile file = await context.Web.GetFileByServerRelativeUrlAsync(documentUrl);

Assert.IsNotNull(file);

var filePreview = await file.GetPreviewAsync(new PreviewOptions { Page = "2", Zoom = 5 });

Assert.IsNotNull(filePreview);
Assert.IsNotNull(filePreview.GetUrl);
}

}
finally
{
if (documentUrl != null)
{
await TestAssets.CleanupTestDocumentAsync(2);
}
}
}

#endregion
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"IsSuccessStatusCode":true,"StatusCode":200,"Headers":{"SPRequestGuid":"8b3049a0-c01a-4000-7e3b-87ff9e93dfc1","SPClientServiceRequestDuration":"18","X-SharePointHealthScore":"1","X-SP-SERVERSTATE":"ReadOnly=0"},"Response":"{\u0022RegionalSettings\u0022:{\u0022TimeZone\u0022:{\u0022Description\u0022:\u0022(UTC-08:00) Pacific Time (US and Canada)\u0022,\u0022Id\u0022:13,\u0022Information\u0022:{\u0022Bias\u0022:480,\u0022DaylightBias\u0022:-60,\u0022StandardBias\u0022:0}},\u0022AdjustHijriDays\u0022:0,\u0022AlternateCalendarType\u0022:0,\u0022AM\u0022:\u0022AM\u0022,\u0022CalendarType\u0022:1,\u0022Collation\u0022:25,\u0022CollationLCID\u0022:2070,\u0022DateFormat\u0022:0,\u0022DateSeparator\u0022:\u0022/\u0022,\u0022DecimalSeparator\u0022:\u0022.\u0022,\u0022DigitGrouping\u0022:\u00223;0\u0022,\u0022FirstDayOfWeek\u0022:0,\u0022FirstWeekOfYear\u0022:0,\u0022IsEastAsia\u0022:false,\u0022IsRightToLeft\u0022:false,\u0022IsUIRightToLeft\u0022:false,\u0022ListSeparator\u0022:\u0022,\u0022,\u0022LocaleId\u0022:1033,\u0022NegativeSign\u0022:\u0022-\u0022,\u0022NegNumberMode\u0022:1,\u0022PM\u0022:\u0022PM\u0022,\u0022PositiveSign\u0022:\u0022\u0022,\u0022ShowWeeks\u0022:false,\u0022ThousandSeparator\u0022:\u0022,\u0022,\u0022Time24\u0022:false,\u0022TimeMarkerPosition\u0022:0,\u0022TimeSeparator\u0022:\u0022:\u0022,\u0022WorkDayEndHour\u0022:1020,\u0022WorkDays\u0022:62,\u0022WorkDayStartHour\u0022:480},\u0022Id\u0022:\u00222c99a486-d6c9-4a4b-8d6f-a9faa364c92c\u0022,\u0022Url\u0022:\u0022https://bertonline.sharepoint.com/sites/prov-2\u0022}"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"IsSuccessStatusCode":true,"StatusCode":200,"Headers":{"SPRequestGuid":"8b3049a0-502b-4000-7e3b-8c411d451788","SPClientServiceRequestDuration":"10","X-SharePointHealthScore":"3","X-SP-SERVERSTATE":"ReadOnly=0"},"Response":"{\u0022GroupId\u0022:\u0022d40d729b-df60-4b57-ac8f-102595090e0a\u0022,\u0022Id\u0022:\u0022f92f9e40-1110-43ef-aa0e-0822e13fb7ba\u0022}"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"IsSuccessStatusCode":true,"StatusCode":200,"Headers":{"SPRequestGuid":"8b3049a0-2035-4000-7e3b-883e97fbe186","SPClientServiceRequestDuration":"45","X-SharePointHealthScore":"0","X-SP-SERVERSTATE":"ReadOnly=0"},"Response":"{\u0022value\u0022:[{\u0022AllowContentTypes\u0022:true,\u0022BaseTemplate\u0022:101,\u0022BaseType\u0022:1,\u0022ContentTypesEnabled\u0022:false,\u0022CrawlNonDefaultViews\u0022:false,\u0022Created\u0022:\u00222021-09-11T23:42:33Z\u0022,\u0022CurrentChangeToken\u0022:{\u0022StringValue\u0022:\u00221;3;13326e70-58ba-4e0e-9b30-08189f21d555;637913211011200000;670927731\u0022},\u0022DefaultContentApprovalWorkflowId\u0022:\u002200000000-0000-0000-0000-000000000000\u0022,\u0022DefaultItemOpenUseListSetting\u0022:false,\u0022Description\u0022:\u0022\u0022,\u0022Direction\u0022:\u0022none\u0022,\u0022DisableCommenting\u0022:false,\u0022DisableGridEditing\u0022:false,\u0022DocumentTemplateUrl\u0022:\u0022/sites/prov-2/Shared Documents/Forms/template.dotx\u0022,\u0022DraftVersionVisibility\u0022:0,\u0022EnableAttachments\u0022:false,\u0022EnableFolderCreation\u0022:true,\u0022EnableMinorVersions\u0022:false,\u0022EnableModeration\u0022:false,\u0022EnableRequestSignOff\u0022:true,\u0022EnableVersioning\u0022:true,\u0022EntityTypeName\u0022:\u0022Shared_x0020_Documents\u0022,\u0022ExemptFromBlockDownloadOfNonViewableFiles\u0022:false,\u0022FileSavePostProcessingEnabled\u0022:false,\u0022ForceCheckout\u0022:false,\u0022HasExternalDataSource\u0022:false,\u0022Hidden\u0022:false,\u0022Id\u0022:\u002213326e70-58ba-4e0e-9b30-08189f21d555\u0022,\u0022ImagePath\u0022:{\u0022DecodedUrl\u0022:\u0022/_layouts/15/images/itdl.png?rev=47\u0022},\u0022ImageUrl\u0022:\u0022/_layouts/15/images/itdl.png?rev=47\u0022,\u0022DefaultSensitivityLabelForLibrary\u0022:\u0022\u0022,\u0022IrmEnabled\u0022:false,\u0022IrmExpire\u0022:false,\u0022IrmReject\u0022:false,\u0022IsApplicationList\u0022:false,\u0022IsCatalog\u0022:false,\u0022IsPrivate\u0022:false,\u0022ItemCount\u0022:5,\u0022LastItemDeletedDate\u0022:\u00222022-06-20T10:10:44Z\u0022,\u0022LastItemModifiedDate\u0022:\u00222022-06-20T10:10:44Z\u0022,\u0022LastItemUserModifiedDate\u0022:\u00222022-06-20T10:10:44Z\u0022,\u0022ListExperienceOptions\u0022:1,\u0022ListItemEntityTypeFullName\u0022:\u0022SP.Data.Shared_x0020_DocumentsItem\u0022,\u0022MajorVersionLimit\u0022:500,\u0022MajorWithMinorVersionsLimit\u0022:0,\u0022MultipleDataList\u0022:false,\u0022NoCrawl\u0022:false,\u0022ParentWebPath\u0022:{\u0022DecodedUrl\u0022:\u0022/sites/prov-2\u0022},\u0022ParentWebUrl\u0022:\u0022/sites/prov-2\u0022,\u0022ParserDisabled\u0022:false,\u0022ServerTemplateCanCreateFolders\u0022:true,\u0022TemplateFeatureId\u0022:\u002200bfea71-e717-4e80-aa17-d0c71b360101\u0022,\u0022Title\u0022:\u0022Documents\u0022}]}"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"IsSuccessStatusCode":true,"StatusCode":200,"Headers":{"SPRequestGuid":"8b3049a0-b045-4000-7e3b-8d343c53f883","SPClientServiceRequestDuration":"16","X-SharePointHealthScore":"3","X-SP-SERVERSTATE":"ReadOnly=0"},"Response":"{\u0022Exists\u0022:true,\u0022IsWOPIEnabled\u0022:false,\u0022ItemCount\u0022:2,\u0022Name\u0022:\u0022Shared Documents\u0022,\u0022ProgID\u0022:null,\u0022ServerRelativeUrl\u0022:\u0022/sites/prov-2/Shared Documents\u0022,\u0022TimeCreated\u0022:\u00222021-09-11T23:42:33Z\u0022,\u0022TimeLastModified\u0022:\u00222022-06-20T10:10:44Z\u0022,\u0022UniqueId\u0022:\u0022ee07fd66-8537-446f-a7d8-9fd90393188f\u0022,\u0022WelcomePage\u0022:\u0022\u0022}"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"IsSuccessStatusCode":true,"StatusCode":200,"Headers":{"SPRequestGuid":"8b3049a0-0063-4000-7e3b-80c5c0e2a4fd","SPClientServiceRequestDuration":"172","X-SharePointHealthScore":"1","X-SP-SERVERSTATE":"ReadOnly=0"},"Response":"{\u0022CheckInComment\u0022:\u0022\u0022,\u0022CheckOutType\u0022:2,\u0022ContentTag\u0022:\u0022{1D48FAA5-6C95-4469-9D14-8813DD27F4C3},1,2\u0022,\u0022CustomizedPageStatus\u0022:0,\u0022ETag\u0022:\u0022\\\u0022{1D48FAA5-6C95-4469-9D14-8813DD27F4C3},1\\\u0022\u0022,\u0022Exists\u0022:true,\u0022IrmEnabled\u0022:false,\u0022Length\u0022:\u002219718\u0022,\u0022Level\u0022:1,\u0022LinkingUri\u0022:\u0022https://bertonline.sharepoint.com/sites/prov-2/Shared%20Documents/PNP_SDK_TEST_GetFilePreviewAsyncTest.docx?d=w1d48faa56c9544699d148813dd27f4c3\u0022,\u0022LinkingUrl\u0022:\u0022https://bertonline.sharepoint.com/sites/prov-2/Shared Documents/PNP_SDK_TEST_GetFilePreviewAsyncTest.docx?d=w1d48faa56c9544699d148813dd27f4c3\u0022,\u0022MajorVersion\u0022:1,\u0022MinorVersion\u0022:0,\u0022Name\u0022:\u0022PNP_SDK_TEST_GetFilePreviewAsyncTest.docx\u0022,\u0022ServerRelativeUrl\u0022:\u0022/sites/prov-2/Shared Documents/PNP_SDK_TEST_GetFilePreviewAsyncTest.docx\u0022,\u0022TimeCreated\u0022:\u00222022-06-20T11:25:02Z\u0022,\u0022TimeLastModified\u0022:\u00222022-06-20T11:25:02Z\u0022,\u0022Title\u0022:\u0022\u0022,\u0022UIVersion\u0022:512,\u0022UIVersionLabel\u0022:\u00221.0\u0022,\u0022UniqueId\u0022:\u00221d48faa5-6c95-4469-9d14-8813dd27f4c3\u0022}"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"IsSuccessStatusCode":true,"StatusCode":200,"Headers":{"SPRequestGuid":"8b3049a0-8078-4000-7e3b-8bffb1e4f0a9","SPClientServiceRequestDuration":"10","X-SharePointHealthScore":"2","X-SP-SERVERSTATE":"ReadOnly=0"},"Response":"{\u0022RegionalSettings\u0022:{\u0022TimeZone\u0022:{\u0022Description\u0022:\u0022(UTC-08:00) Pacific Time (US and Canada)\u0022,\u0022Id\u0022:13,\u0022Information\u0022:{\u0022Bias\u0022:480,\u0022DaylightBias\u0022:-60,\u0022StandardBias\u0022:0}},\u0022AdjustHijriDays\u0022:0,\u0022AlternateCalendarType\u0022:0,\u0022AM\u0022:\u0022AM\u0022,\u0022CalendarType\u0022:1,\u0022Collation\u0022:25,\u0022CollationLCID\u0022:2070,\u0022DateFormat\u0022:0,\u0022DateSeparator\u0022:\u0022/\u0022,\u0022DecimalSeparator\u0022:\u0022.\u0022,\u0022DigitGrouping\u0022:\u00223;0\u0022,\u0022FirstDayOfWeek\u0022:0,\u0022FirstWeekOfYear\u0022:0,\u0022IsEastAsia\u0022:false,\u0022IsRightToLeft\u0022:false,\u0022IsUIRightToLeft\u0022:false,\u0022ListSeparator\u0022:\u0022,\u0022,\u0022LocaleId\u0022:1033,\u0022NegativeSign\u0022:\u0022-\u0022,\u0022NegNumberMode\u0022:1,\u0022PM\u0022:\u0022PM\u0022,\u0022PositiveSign\u0022:\u0022\u0022,\u0022ShowWeeks\u0022:false,\u0022ThousandSeparator\u0022:\u0022,\u0022,\u0022Time24\u0022:false,\u0022TimeMarkerPosition\u0022:0,\u0022TimeSeparator\u0022:\u0022:\u0022,\u0022WorkDayEndHour\u0022:1020,\u0022WorkDays\u0022:62,\u0022WorkDayStartHour\u0022:480},\u0022Id\u0022:\u00222c99a486-d6c9-4a4b-8d6f-a9faa364c92c\u0022,\u0022Url\u0022:\u0022https://bertonline.sharepoint.com/sites/prov-2\u0022}"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"IsSuccessStatusCode":true,"StatusCode":200,"Headers":{"SPRequestGuid":"8b3049a0-4082-4000-7e3b-86df54bd7b07","SPClientServiceRequestDuration":"9","X-SharePointHealthScore":"1","X-SP-SERVERSTATE":"ReadOnly=0"},"Response":"{\u0022GroupId\u0022:\u0022d40d729b-df60-4b57-ac8f-102595090e0a\u0022,\u0022Id\u0022:\u0022f92f9e40-1110-43ef-aa0e-0822e13fb7ba\u0022}"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"IsSuccessStatusCode":true,"StatusCode":200,"Headers":{"SPRequestGuid":"8d3049a0-0058-4000-7e3b-8ae380b9f88b","SPClientServiceRequestDuration":"14","X-SharePointHealthScore":"0","X-SP-SERVERSTATE":"ReadOnly=0"},"Response":"{\u0022CheckInComment\u0022:\u0022\u0022,\u0022CheckOutType\u0022:2,\u0022ContentTag\u0022:\u0022{1D48FAA5-6C95-4469-9D14-8813DD27F4C3},1,2\u0022,\u0022CustomizedPageStatus\u0022:0,\u0022ETag\u0022:\u0022\\\u0022{1D48FAA5-6C95-4469-9D14-8813DD27F4C3},1\\\u0022\u0022,\u0022Exists\u0022:true,\u0022IrmEnabled\u0022:false,\u0022Length\u0022:\u002219718\u0022,\u0022Level\u0022:1,\u0022LinkingUri\u0022:\u0022https://bertonline.sharepoint.com/sites/prov-2/Shared%20Documents/PNP_SDK_TEST_GetFilePreviewAsyncTest.docx?d=w1d48faa56c9544699d148813dd27f4c3\u0022,\u0022LinkingUrl\u0022:\u0022https://bertonline.sharepoint.com/sites/prov-2/Shared Documents/PNP_SDK_TEST_GetFilePreviewAsyncTest.docx?d=w1d48faa56c9544699d148813dd27f4c3\u0022,\u0022MajorVersion\u0022:1,\u0022MinorVersion\u0022:0,\u0022Name\u0022:\u0022PNP_SDK_TEST_GetFilePreviewAsyncTest.docx\u0022,\u0022ServerRelativeUrl\u0022:\u0022/sites/prov-2/Shared Documents/PNP_SDK_TEST_GetFilePreviewAsyncTest.docx\u0022,\u0022TimeCreated\u0022:\u00222022-06-20T11:25:02Z\u0022,\u0022TimeLastModified\u0022:\u00222022-06-20T11:25:02Z\u0022,\u0022Title\u0022:\u0022\u0022,\u0022UIVersion\u0022:512,\u0022UIVersionLabel\u0022:\u00221.0\u0022,\u0022UniqueId\u0022:\u00221d48faa5-6c95-4469-9d14-8813dd27f4c3\u0022}"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"IsSuccessStatusCode":true,"StatusCode":200,"Headers":{"SPRequestGuid":"8e3049a0-a037-4000-7e3b-89b256019aab","SPClientServiceRequestDuration":"37","X-SharePointHealthScore":"1","X-SP-SERVERSTATE":"ReadOnly=0"},"Response":"{\u0022UniqueId\u0022:\u00221d48faa5-6c95-4469-9d14-8813dd27f4c3\u0022,\u0022VroomDriveID\u0022:\u0022b!QJ4v-RAR70OqDggi4T-3uoakmSzJ1ktKjW-p-qNkySxwbjITulgOTpswCBifIdVV\u0022,\u0022VroomItemID\u0022:\u002201O2ADSGNF7JEB3FLMNFCJ2FEICPOSP5GD\u0022}"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"IsSuccessStatusCode":true,"StatusCode":200,"Headers":{"Cache-Control":"no-store, no-cache","Transfer-Encoding":"chunked","Location":"https://graph.microsoft.com/","Vary":"Accept-Encoding","Strict-Transport-Security":"max-age=31536000","request-id":"ae7f7e42-b249-4d67-a2a0-4c7c0bac5e20","client-request-id":"ae7f7e42-b249-4d67-a2a0-4c7c0bac5e20","x-ms-ags-diagnostic":"{\u0022ServerInfo\u0022:{\u0022DataCenter\u0022:\u0022North Europe\u0022,\u0022Slice\u0022:\u0022E\u0022,\u0022Ring\u0022:\u00224\u0022,\u0022ScaleUnit\u0022:\u0022003\u0022,\u0022RoleInstance\u0022:\u0022DB1PEPF0001F9C5\u0022}}","OData-Version":"4.0","Date":"Mon, 20 Jun 2022 11:25:13 GMT"},"Response":"{\u0022@odata.context\u0022:\u0022https://graph.microsoft.com/v1.0/$metadata#microsoft.graph.itemPreviewInfo\u0022,\u0022getUrl\u0022:\u0022https://bertonline.sharepoint.com/sites/prov-2/_layouts/15/embed.aspx?uniqueId=1d48faa5-6c95-4469-9d14-8813dd27f4c3\u0026access_token=eyJ0eXAiOiJKV1QiLCJhbGciOiJub25lIn0.eyJhdWQiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAvYmVydG9ubGluZS5zaGFyZXBvaW50LmNvbUBkODYyM2M5ZS0zMGM3LTQ3M2EtODNiYy1kOTA3ZGY0NGEyNmUiLCJpc3MiOiIwMDAwMDAwMy0wMDAwLTBmZjEtY2UwMC0wMDAwMDAwMDAwMDAiLCJuYmYiOiIxNjU1NzI0MzE0IiwiZXhwIjoiMTY1NTcyNDYxNCIsImVuZHBvaW50dXJsIjoiNnJOV0RZWVhyVkVhZjNaWldGMjhqS3ZWR3hSWHNNR1NteVVDZllPYmtWND0iLCJlbmRwb2ludHVybExlbmd0aCI6IjExNSIsImlzbG9vcGJhY2siOiJUcnVlIiwiY2lkIjoiWVdVM1pqZGxOREl0WWpJME9TMDBaRFkzTFdFeVlUQXROR00zWXpCaVlXTTFaVEl3IiwidmVyIjoiaGFzaGVkcHJvb2Z0b2tlbiIsInNpdGVpZCI6Ilpqa3laamxsTkRBdE1URXhNQzAwTTJWbUxXRmhNR1V0TURneU1tVXhNMlppTjJKaCIsImFwcF9kaXNwbGF5bmFtZSI6IlBucENvcmVUZXN0QXBwIiwiZ2l2ZW5fbmFtZSI6IkJlcnQiLCJmYW1pbHlfbmFtZSI6IkphbnNlbiIsImFwcGlkIjoiYzU0NWY5Y2UtMWMxMS00NDBiLTgxMmItMGIzNTIxN2Q5ZTgzIiwidGlkIjoiZDg2MjNjOWUtMzBjNy00NzNhLTgzYmMtZDkwN2RmNDRhMjZlIiwidXBuIjoiYmVydC5qYW5zZW5AYmVydG9ubGluZS5vbm1pY3Jvc29mdC5jb20iLCJwdWlkIjoiMTAwMzAwMDA4NEU0RkY2MSIsImNhY2hla2V5IjoiMGguZnxtZW1iZXJzaGlwfDEwMDMwMDAwODRlNGZmNjFAbGl2ZS5jb20iLCJzY3AiOiJhbGxzaXRlcy5mdWxsY29udHJvbCBncm91cC53cml0ZSBhbGxzaXRlcy5mdWxsY29udHJvbCBhbGxzaXRlcy5yZWFkIGFsbHByb2ZpbGVzLnJlYWQgdGVybXN0b3JlLndyaXRlIiwidHQiOiIyIiwidXNlUGVyc2lzdGVudENvb2tpZSI6bnVsbCwiaXBhZGRyIjoiNDAuMTI2LjMxLjk5In0.RmJENGRLbFBnbmpQYzZoOWZaM0IxRW1XWmwwY1UxYk9yUG4zTElnSVRqMD0#wopiToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImFrUFRFTzRYU0N4c3hXOTBHMl9Zd1lWRGdIYyJ9.eyJhdWQiOiJ3b3BpL2JlcnRvbmxpbmUuc2hhcmVwb2ludC5jb21AZDg2MjNjOWUtMzBjNy00NzNhLTgzYmMtZDkwN2RmNDRhMjZlIiwiaXNzIjoiMDAwMDAwMDMtMDAwMC0wZmYxLWNlMDAtMDAwMDAwMDAwMDAwQDkwMTQwMTIyLTg1MTYtMTFlMS04ZWZmLTQ5MzA0OTI0MDE5YiIsIm5iZiI6IjE2NTU3MjQzMTQiLCJleHAiOiIxNjU1NzI0NjE0IiwibmFtZWlkIjoiMTAwMzAwMDA4NGU0ZmY2MSIsIm5paSI6InVybjpmZWRlcmF0aW9uOm1pY3Jvc29mdG9ubGluZSIsImNhY2hla2V5IjoiMGguZnxtZW1iZXJzaGlwfDEwMDMwMDAwODRlNGZmNjFAbGl2ZS5jb20iLCJpc3VzZXIiOiJ0cnVlIiwiaXBhZGRyIjoiODQuMTk1LjIwOC43MCIsInV0aSI6ImViR19WdHZLRzBxRjd6aUdxUndHQUEiLCJhcHBpZCI6ImM1NDVmOWNlLTFjMTEtNDQwYi04MTJiLTBiMzUyMTdkOWU4MyIsInRpZCI6ImQ4NjIzYzllLTMwYzctNDczYS04M2JjLWQ5MDdkZjQ0YTI2ZSIsIndvcGlfYXAiOiJhbGxzaXRlcy5mdWxsY29udHJvbCBncm91cC53cml0ZSBhbGxzaXRlcy5mdWxsY29udHJvbCBhbGxzaXRlcy5yZWFkIGFsbHByb2ZpbGVzLnJlYWQgdGVybXN0b3JlLndyaXRlIiwid29waV90dCI6IlByZUF1dGhUb2tlbiIsImFwcGN0eCI6IjFkNDhmYWE1NmM5NTQ0Njk5ZDE0ODgxM2RkMjdmNGMzO01NSW9kVHVrMnhacDRTTFIyUlQ3cU9HcTNsTT07RGVmYXVsdDs7N0ZGRkZGRkZGRkZCRkZGRjtUcnVlOztjNTQ1ZjljZS0xYzExLTQ0MGItODEyYi0wYjM1MjE3ZDllODM7Njg7YWU3ZjdlNDItYjI0OS00ZDY3LWEyYTAtNGM3YzBiYWM1ZTIwIn0.oj011-ojXKtnRyy2FE1D9tJGHcPUHUWjLclGPCOsWwiGofNr5684mZJ7lSHVOWH0dbRshqUPknIrEZGNJb_JIcdUSVK6V5bF_xznMkQXaeDKhOnYSygDNmm4wEg_8VntTtyW0yo7dJfB7wYca5OvIdj-2mX6eYVUH49Ns7ppyUPF-A2s8RcbEsdATqewhXkOlvBYG8uWXA9K3MEuihBtzelnUysZmY81lx1-gsewaZ7ycbbqCw22YfyQvYC_1EoJ3wgI_3Hyd0aq2XEagdRW2h0tf_1I4qmBv8AFwekruhm9anTR6PDfzpjpcHqZRhVvLKexk4DJSW2t4wbNuhJ22w\u0022,\u0022postParameters\u0022:null,\u0022postUrl\u0022:null}"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"IsSuccessStatusCode":true,"StatusCode":200,"Headers":{"SPRequestGuid":"973049a0-d07c-4000-7e3b-8a69b914c722","SPClientServiceRequestDuration":"10","X-SharePointHealthScore":"0","X-SP-SERVERSTATE":"ReadOnly=0"},"Response":"{\u0022RegionalSettings\u0022:{\u0022TimeZone\u0022:{\u0022Description\u0022:\u0022(UTC-08:00) Pacific Time (US and Canada)\u0022,\u0022Id\u0022:13,\u0022Information\u0022:{\u0022Bias\u0022:480,\u0022DaylightBias\u0022:-60,\u0022StandardBias\u0022:0}},\u0022AdjustHijriDays\u0022:0,\u0022AlternateCalendarType\u0022:0,\u0022AM\u0022:\u0022AM\u0022,\u0022CalendarType\u0022:1,\u0022Collation\u0022:25,\u0022CollationLCID\u0022:2070,\u0022DateFormat\u0022:0,\u0022DateSeparator\u0022:\u0022/\u0022,\u0022DecimalSeparator\u0022:\u0022.\u0022,\u0022DigitGrouping\u0022:\u00223;0\u0022,\u0022FirstDayOfWeek\u0022:0,\u0022FirstWeekOfYear\u0022:0,\u0022IsEastAsia\u0022:false,\u0022IsRightToLeft\u0022:false,\u0022IsUIRightToLeft\u0022:false,\u0022ListSeparator\u0022:\u0022,\u0022,\u0022LocaleId\u0022:1033,\u0022NegativeSign\u0022:\u0022-\u0022,\u0022NegNumberMode\u0022:1,\u0022PM\u0022:\u0022PM\u0022,\u0022PositiveSign\u0022:\u0022\u0022,\u0022ShowWeeks\u0022:false,\u0022ThousandSeparator\u0022:\u0022,\u0022,\u0022Time24\u0022:false,\u0022TimeMarkerPosition\u0022:0,\u0022TimeSeparator\u0022:\u0022:\u0022,\u0022WorkDayEndHour\u0022:1020,\u0022WorkDays\u0022:62,\u0022WorkDayStartHour\u0022:480},\u0022Id\u0022:\u00222c99a486-d6c9-4a4b-8d6f-a9faa364c92c\u0022,\u0022Url\u0022:\u0022https://bertonline.sharepoint.com/sites/prov-2\u0022}"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"IsSuccessStatusCode":true,"StatusCode":200,"Headers":{"SPRequestGuid":"973049a0-a083-4000-7e3b-83a7f119cb55","SPClientServiceRequestDuration":"8","X-SharePointHealthScore":"1","X-SP-SERVERSTATE":"ReadOnly=0"},"Response":"{\u0022GroupId\u0022:\u0022d40d729b-df60-4b57-ac8f-102595090e0a\u0022,\u0022Id\u0022:\u0022f92f9e40-1110-43ef-aa0e-0822e13fb7ba\u0022}"}
Loading

0 comments on commit 7ccedb1

Please sign in to comment.