Why is my flow failing with a 403 Error: “Paid plan is required to use Salesforce workflows”?

This error appears when your CloudFiles plan is inactive or your trial has expired. Salesforce workflows using CloudFiles actions require a valid subscription. Reactivate your plan or contact support to continue using automation features. Read More ->

Why am I seeing a 404 error with the message “Something went wrong”?

Salesforce flows using CloudFiles actions might fail and produce the following generic error sometimes: An apex error occurred: cldfs.CloudFilesException:{"statusCode":404, "message":"Something went wrong"}.This usually indicates that the Salesforce flow attempted to access a resource (such as a file or folder) that doesn’t exist or isn't accessible in the connected external storage. Read More ->

Why is an admin approval required when connecting to SharePoint?

Some users may encounter an “Admin Approval Required” prompt when accessing SharePoint through the CloudFiles widget in Salesforce. This occurs when Microsoft permissions for the CloudFiles app have not been granted by a Microsoft administrator and is unrelated to Salesforce permissions, CloudFiles roles, or license status. Read More ->

Why am I seeing a “You need CloudFiles license to access this widget” message?

This happens when the user isn’t registered in CloudFiles or their license is inactive. Ask the user to click the widget to register, then activate their license under User Management in the CloudFiles app. Read More ->

Why is my ‘Create Folder’ flow action failing and how do I fix it?

When running a flow with the Create Folder action, you may run into different errors caused by permissions, configuration issues, or incorrect input parameters. This article outlines the most common problems, explains why they occur, and provides clear steps to troubleshoot and fix them. Read More ->

Why do I get context user license failure in Salesforce automation?

CloudFiles users may encounter automation failures when Salesforce flows, process builders, or other automation attempt to run CloudFiles actions. The error “Context user doesn’t have a product license” occurs when the user triggering the automation does not have the required CloudFiles product license, causing the process to fail and triggering an error notification to admins. Read More ->

Why do I get "Email Not Verified” error when connecting Salesforce to CloudFiles

This error may appear when connecting CloudFiles with Salesforce, particularly in sandbox environments, if the Salesforce user’s email is not verified. CloudFiles enforces email verification as a security measure, which can prevent the connection from being established until the user’s email is confirmed. Read More ->

Why do my file uploads in Experience Cloud fail?

Users uploading files through Salesforce Experience Cloud to SharePoint may encounter errors such as “Upload failed” or generic “Something went wrong” messages. These issues usually occur when the Experience Cloud user lacks the required SharePoint permissions or when there are configuration problems with the CloudFiles integration. Read More ->

Why is my failed flow running multiple times?

When a flow fails in Salesforce, it automatically retries several times over increasing intervals (15 min, 30 min, 1 hr, 2 hrs). This can trigger CloudFiles actions multiple times and generate repeated error notifications. There is no setting to disable this behavior. To reduce impact, test flows thoroughly before using them in production. Read More ->

Why do I get "Invalid Refresh Token” error in flows?

This error occurs when a CloudFiles action in a Salesforce flow fails because the authentication token for the connected storage provider has expired or become invalid. As a result, CloudFiles cannot access the storage service, causing the flow to fail. Read More ->

Why are my Salesforce-CloudFiles flow actions not triggering even though the flow is configured correctly?

Sometimes, Salesforce flows that previously worked correctly with CloudFiles suddenly stop executing certain actions — such as copying files, processing documents, or triggering any other flow actions, even though everything appears to be configured correctly. In these cases, events may be trgiggered, but follow-up flow actions fail to run as expected. These flows often continue to work correctly in one Org (such as a Dev or Sandbox environment), but fail in another (Production), without generating any visible errors in Salesforce or CloudFiles. Read More ->

Why am I seeing “System.CalloutException: You have uncommitted work pending. Please commit or rollback before calling out” error?

Salesforce enforces a restriction where external API callouts cannot occur after uncommitted database operations within the same transaction. If a CloudFiles action (like folder creation or document generation) is placed after a DML step in a flow, Salesforce will throw the error “System.CalloutException: You have uncommitted work pending.” This is a platform limitation, not a CloudFiles-specific issue. Read More ->

Why aren’t Thumbnails showing in my LWC component?

If thumbnails are not showing in your Lightning Web Components, it’s usually because the required URLs are not marked as trusted. To fix this, add https://*.svc.msto Salesforce Trusted URLs with the img-srcoption enabled. Go to Setup > Security > Trusted URLs, create a new entry, and save. This will allow thumbnail images to load correctly in your component. Read More ->

Why are all my users seeing admin settings?

The app was installed for all users instead of admins only, giving everyone access to admin settings. Uninstall and reinstall CloudFiles with “Admins Only” access, then assign roles using permission sets. Read More ->