Skip to content

Commit 533595a

Browse files
committed
docs: scoped token's restricted access does not support standby
1 parent 95220ee commit 533595a

File tree

1 file changed

+4
-0
lines changed
  • sources/platform/integrations/programming

1 file changed

+4
-0
lines changed

sources/platform/integrations/programming/api.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@ When you run an Actor with a scoped token in this mode, Apify will inject a toke
140140

141141
This way you can be sure that Actors won't accidentally—or intentionally—access any data they shouldn't. However, Actors might not function properly if the scope is not sufficient.
142142

143+
:::caution
144+
This mode is currently not supported for Actors running in the [Standby mode](/platform/actors/running/standby). You can still send standby requests using a scoped token configured with the restricted access, but we can't guarantee it will always work as expected.
145+
:::
146+
143147
:::tip
144148
This restriction is _transitive_, which means that if the Actor runs another Actor, its access will be restricted as well.
145149
:::

0 commit comments

Comments
 (0)