Share the following resources with your team:
- Share authoring of apps
- Share authoring of databases
- Share sample apps with your team
- Share data sources with your team
- Share integrations with your team
- Work with Shared Drive
See also Share sample apps in your public portfolio.
Share authoring of apps
AppSheet app creators can share app authoring with individual team members. For details, see Share: The Essentials.
Share authoring of databases
AppSheet database creators can share database authoring with individual team members. For details, see Share databases.
Share sample apps with your team
You can share sample apps with your team configuring your team or your app. Your team sample apps can be viewed or copied (but not modified) on the My Team page by anyone on the team.
Note: Apps must be deployed before you can share them with your team.
Share sample apps when configuring your team
To share a sample app with your team when configuring your team:
- Sign in to AppSheet.
- Select My team in the account profile drop-down.
- Click Shared Apps.
- Click Add a team sample.
- Click the sample that you want to share with your team.
Share sample apps when configuring your app
To share a sample app with your team when configuring your app:
- Sign in to AppSheet.
- Open the app in the app editor.
- Select Manage > Author.
- Expand the Team Work section.
- Turn on Make this a team sample?
- To hide the app definition details from team members in the team portfolio, turn on Hide app definition. In this case, team members won't have the option to view the app details.
- Click Change visibility.
Share data sources with your team
To share a data source with your team:
- Sign in to AppSheet.
- Select My team in the account profile drop-down.
- Click Shared data.
- Click + New Data Source and follow the prompts to add a new data source.
- After the data source is added, select More > Share with my team in the More menu.
Note: To hide a shared data source from your team, select Hide from Team in the More menu.
A copy of the data source appears under Team Sources. For example:
Team members can view all shared data sources by selecting My team > Shared Data.
Share integrations with your team
When adding integration points on the My account > Integrations tab, such as auth domains, object stores, inbound and outbound channels, or app services, you can share those integrations with your team by selecting More > Share with team after you add the integration.
In addition, you can set an auth domain as the team default by selecting More > Make team default after you share the auth domain with your team.
See also:
- Domain integration: The Essentials
- Understand Cloud Object Stores
- API integration points in AppSheet
Work with a shared drive
Many AppSheet users use a Google Drive as their cloud file system.
Google Drive has a feature called a shared drive that allows a team of users to share a common cloud folder hierarchy. When appropriately configured, each user sees not only My Drive, but also one or more shared drives. AppSheet apps can also utilize data from a shared drive.
Use a spreadsheet from a shared drive
When choosing to add a spreadsheet as a table in your app, the Google file picker will automatically show you any available shared drives in addition to My Drive. Simply browse into a shared drive and select a spreadsheet. AppSheet will work seamlessly with that data.
Use a shared drive as the root folder of an account
Every AppSheet account has a Default folder path, which is defined on the My account > Settings page. The root folder path defaults to /appsheet/data
.
Every app created by your account results in a subfolder created within that root folder. For example, an application called MySales for user 123456 will result in a folder of the form /appsheet/data/MySales-123456
.
This root folder path can be configured to use a shared drive. This is useful for managing many apps in a team. By ensuring that the application folders live in a shared drive, the organization can ensure that apps can be easily transferred and will continue to run, even if the original app creator leaves the organization.
For example, let us assume that there is a shared drive called MyTeamDrive
associated with the Google Drive of the AppSheet account. The AppSheet root folder path can be configured as /[TeamDrive]MyTeamDrive/appsheetdata
. When a new app is created in this account, it will have a folder called /appsheetdata/MySales-123456
created within the MyTeamDrive
shared drive.