Skip to main content
Question

UI Elements Content Content Explorer share button not working

  • May 22, 2025
  • 6 replies
  • 22 views

Forum|alt.badge.img

When I click the share button on the content explorer, the shared link comes up as 'None'.

 

BOX_a8fc5oavmsvgewpnpt6o75vzsc20xf2r.png

 

 

 

 

 

 

 

 

 

The scopes being used should allow for sharing:

scopes = 'base_explorer item_preview item_download item_rename item_delete item_share item_upload root_readwrite annotation_view_all annotation_edit';

 

-Chris.

6 replies

Forum|alt.badge.img

What is the collaborator access on the file for the user trying to share? 


Forum|alt.badge.img

Editor on the parent folder.

 

 

 


Forum|alt.badge.img

Can you share your code? 


Forum|alt.badge.img

In order to minimize errors in coding, I just used the Box for Salesforce Blueprints code on github,   Links to the 2 main parts of the code, although there's other related stuff in there.

 

Controller class: https://github.com/kylefernandadams/box-for-salesforce-blueprints/blob/master/force-app/main/default/classes/BoxContentExplorerController.cls

 

This is the javascript: https://github.com/kylefernandadams/box-for-salesforce-blueprints/blob/master/force-app/main/default/aura/BoxContentExplorer/BoxContentExplorerController.js

 

The controller has the scopes with item_share.   The js has the canShare option.


Forum|alt.badge.img

Anyone know?  This is still an issue.


Forum|alt.badge.img

We are having same issue. Do we have any solution for this?