Skip to content

Commit 744888f

Browse files
committed
Added more tips
1 parent cf0235c commit 744888f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

MISC/Move-Lists.ps1

+4-2
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,12 @@ if ($MigrationType -eq "Import") {
179179
catch {
180180
Write-Host "[Error] " -NoNewline -ForegroundColor Red
181181
if ($error[0].Exception.Message -match "(403)" -or $error[0].Exception.Message -match "unauthorized") {
182-
Write-Host "Make sure you have full control at the target site $TargetSite" -ForegroundColor Yellow
182+
Write-Host "Make sure you have full control at the target site. However, This error is not always related to the permissions. $TargetSite" -ForegroundColor Yellow
183183
}
184184
elseif ($error[0].Exception.Message -match "E_ACCESSDENIED") {
185-
Write-Host "Make sure that both target site and the source sites created with the same language. Cross-language list migration is not supported." -ForegroundColor Cyan
185+
Write-Host "Tips: 1) Make sure that both target site and the source sites created with the same language. Cross-language list migration is not supported." -ForegroundColor Cyan
186+
Write-Host "Tips: 2) Read https://github.com/Zerg00s/FlowPowerAppsMigrator/wiki -> Create a SharePoint-only application and use it for authenticaiton" -ForegroundColor Cyan
187+
Write-Host "Tips: 3) Create an issue on https://github.com/Zerg00s/FlowPowerAppsMigrator/issues. And Share the Lists.xml file in the root folder." -ForegroundColor Cyan
186188
}
187189
else {
188190
Write-Host $error[0].Exception.Message

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![SharePoint Online](https://img.shields.io/badge/SharePoint-Online-yellow.svg)
22
![Windows](https://img.shields.io/static/v1?label=OS&message=Windows&color=green)
3-
![Version](https://img.shields.io/static/v1?label=Version&message=3.9.7&color=white)
3+
![Version](https://img.shields.io/static/v1?label=Version&message=3.9.8&color=white)
44

55

66
# Flow & Power Apps Migrator
@@ -182,6 +182,10 @@ SharePoint List forms customized with Power Apps can be migrated if you follow t
182182

183183
# Latest Updates
184184

185+
### 3.9.8 Version - 2023-09-25
186+
#### Changes
187+
- Added additional tips to the users who are getting the `0x80070005 (E_ACCESSDENIED)` error.
188+
185189
### 3.9.7 Version - 2023-09-22
186190
#### Changes
187191
- Addressed issue #66 [You cannot call a method on a null-valued expression](https://github.com/Zerg00s/FlowPowerAppsMigrator/issues/66)

0 commit comments

Comments
 (0)