Skip to content

Commit 9da3219

Browse files
committed
Fix lit
1 parent 40d1e16 commit 9da3219

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

sources/platform/collaboration/general-resource-access.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Thanks to the hard-to-guess, unique IDs, it’s also secure enough for most use
66

77
**General resource access** is an account setting that defines the default access policy at the account level. You can find general resource access in Apify Console under **Settings → Security & Privacy**. The two following options are supported:
88

9-
- **Anyone with ID can read (default)**: Selected resources can be accessed using just with their unique resource ID. This means if you share the resource ID with someone, they would be able to view it without providing an API token or viewing the resource by visiting the console url.
9+
- **Anyone with ID can read (default)**: Selected resources can be accessed using just with their unique resource ID. This means if you share the resource ID with someone, they would be able to view it without providing an API token or viewing the resource by visiting the Console URL.
1010
- **Restricted**: With this setting, only signed-in users with an explicit access to the resources can access them. To access restricted resources via API, a valid token needs to be provided.
1111

1212
This setting affects the following resources:
@@ -29,11 +29,11 @@ When using the API, resources that are set to `Restricted` can be viewed only wi
2929

3030
### Named storages
3131

32-
A convenient feature of storages is that you can name them. If you choose to do so there is an extra access level setting that applies to storages i only, which is **Anyone with name or ID can read**. In that case anyone that knows the storage name is able to read it via API or view it using the storages console url.
32+
A convenient feature of storages is that you can name them. If you choose to do so there is an extra access level setting that applies to storages i only, which is **Anyone with name or ID can read**. In that case anyone that knows the storage name is able to read it via API or view it using the storages Console URL.
3333

3434
:::tip
3535

36-
This is very useful if you wish to expose a storage publicly with an easy to remember url.
36+
This is very useful if you wish to expose a storage publicly with an easy to remember URL.
3737

3838
:::
3939

sources/platform/storage/request_queue.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,10 @@ A detailed tutorial on how to process one request queue with multiple Actor runs
558558
559559
You can grant [access rights](../collaboration/index.md) to your request queue through the **Share** button under the **Actions** menu. For more details check the [full list of permissions](../collaboration/list_of_permissions.md).
560560
561+
You can also share request queues by link using their ID or name, depending on your account or resource-level general access setting. Learn how link-based access works in [General resource access](/platform/collaboration/general-resource-access).
562+
563+
For one-off sharing of specific records when access is restricted, you can generate time-limited pre-signed URLs. See [Sharing restricted resources with pre-signed URLs](/platform/collaboration/general-resource-access#pre-signed-urls).
564+
561565
### Sharing request queues between runs
562566
563567
You can access a request queue from any [Actor](../actors/index.mdx) or [task](../actors/running/tasks.md) run as long as you know its _name_ or _ID_.

0 commit comments

Comments
 (0)