Salesforce : Error while deploying Profile in Production - deployment

While deploying Profiles from UAT sandbox to production , encounter below error :
Unknown user permission: ShareFilesWithNetworks
Can anyone help me here?

You need to go to the profile, and from the System Permission section remove the permission named "Share Files with People in Experience Cloud sites"
That should fix the error

Related

Firebase Hosting reverification shows nothing

I have a GCP project. Then I gave permission to a user A with email A#email. They connected it to Firebase and developed a project there with hosting enabled and verified. Then another user B came and I switched the ownership of the project to them and removed A from this. After ownership change, the hosting verification was re-triggered (as expected). However, since 1 week it only shows
I tried searching for other people who had such an issue and nothing came about. I even wrote a bug report but for more than a week nobody has reached out to me and I am worried because the grace period is 1 month and I my project could go down. Have you heard of similar problems?
Edit from comment:
I can confirm that the error comes in Chrome and incognito (version: 80.0.3987.163 (Official Build) (32-bit)) and in Firefox and incognito (version: 72.0.2 (64-bit)). Opening the console gives error 503 for URLs https://clients6.google.com/siteVerification/v1/webResource?verificationMethod=DNS_TXT&alt=json&key= and https://clients6.google.com/siteVerification/v1/token.
The issue was due to my company's license agreement with Google and the way Firebase Hosting is made. More details below.
Strangely enough, using GCP and Firebase require a GCP license. With this license you can do everything from adding/changing/modifing collections/projects. However, the functionality to 'Verify' your hosting site goes through the Google Console which is not included in the license.
Encountered this same thing. The problem turned out that I was using a Google Workspace account that did not have "Google Search Console" enabled for the domain I was logged in on.
To remedy, I had to login to my Workspace Admin, and go turn it on as shown below.

Getting authorization error while pushing selenium webdriver code to Bitbucket

While i'm trying to push my selenium code to bitbucket using "EGit - Git integration for Eclipse 5.4.0", getting the below authorization error,
Error Detail:
https://name#bitbucket.org/name/testing.git: not authorized
https://name#bitbucket.org/name/testing.git: not authorized
I have my company account and my account is registered with company email which is managed by Google , eventhough I have provided correct credentials I'm getting this authorization error . I have tried giving many different combinations but getting into the same error.
Can anyone please tell me what is wrong with it, Is there any settings i have missed out or any other things i need to do to overcome this error and push the code to Bitbucket.
Attached the image of the error for reference, if anyone can guide me on this,will be much grateful.
Thanks in advance!!

Azure Deploy Web App Error with Eclipse

We've previously been able to deploy our Java web application through Eclipse to Azure with no issues, but recently today we kept receiving an error message that says
FTP client can't store the artifact, reply code: 550
Anybody know what Azure is trying to say here ? Why would it suddenly start giving a 550 error? Deploying to a different Azure web application works fine, just can't seem to deploy to the same one as before.
The 550 error code of FTP on IIS normally means deny access or no permission to do some operation. Please try these ways as below.
Restart your Azure WebApp on Azure portal.
Reconfigure the deployment credentials with new username and password on Azure portal.
Remote Administration of Windows Azure Websites using IIS Manager to check the configuration for FTP. For example, there is a similar thread from SuperUser https://superuser.com/questions/845357/iis-ftp-folder-access-issues-550 which you can refer to.
Hope it helps.
The issue can also be caused if there is no webapps folder. Assure that path exists:
/site/wwwroot/webapps/

error when creating mobile app on bluemix dashboard

I met below errors when creating mobile app on bluemix after setting the name:
BXNUI0005E: The 'olli-app' application could not be added. See the Troubleshooting topics in the IBM Bluemix Documentation to check service status, review troubleshooting information, or for information about getting help.
please see the attached image what the error I got from firebug. seems mobilefirst platform is not ready.
How can I get it fixed? Any one can help me? Thanks.
bluemix error
This error might be due to some different reasons. Most likely, in this case, it is due to an emergency maintenance on Bluemix platform:
check ibm.biz/bluemixstatus page.
If you should still see the problem please contact Bluemix support.
It is caused by limited quote of service. If you create a mobile app, please ensure there are 3 empty slots under your account. the mobile app will involve 3 new services.

Unable to Publish .Net backend Service Project into Mobile App service

I have recently migrated my .NET backend Mobile service to App Service, then I tried to publish the updated Service Project to the App Service but it is failing and getting an error saying
Severity Code Description Project File Line Suppression State
Error Web deployment task failed. (Connected to the remote computer ("******.publish.azurewebsites.windows.net") using the Web Management Service, but could not authorize. Make sure that you are using the correct user name and password, that the site you are connecting to exists, and that the credentials represent a user who has permissions to access the site. Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_USER_UNAUTHORIZED.)
I have downloaded the Publish Profile from the portal Mobile app command Get Publish Profile option.
Then I imported it to my service project under publish wizard using Import option, I got two profiles one is FTP another one is Web Deploy I tried both option but no luck.
According to the error message it is saying UNAUTHORIZED so, where can I get/see the user name and password of my Mobile App in Azure Portal?
Thanks,
Narendra Macha.
This is a known issue for which a fix is in progress. You can workaround this by adjusting the publish settings to use the scm endpoint for your site, as captured here.