You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Please follow instructions in https://developers.cloudflare.com/r2/sql/platform/troubleshooting/ to create a token. "+
91
-
"Once done, you can prefix the command with the variable definition like so: `CLOUDFLARE_API_TOKEN=... wrangler r2 sql query ...`. "+
92
-
"There also other ways to provide the value of this variable, see https://developers.cloudflare.com/workers/wrangler/system-environment-variables/ for more details."
"Tried to fallback to CLOUDFLARE_API_TOKEN, didn't find it either. "+
91
+
"Please follow instructions in https://developers.cloudflare.com/r2/sql/platform/troubleshooting/ to create a token. "+
92
+
"Once done, you can prefix the command with the variable definition like so: `WRANGLER_R2_SQL_AUTH_TOKEN=... wrangler r2 sql query ...`. "+
93
+
"There also other ways to provide the value of this variable, see https://developers.cloudflare.com/workers/wrangler/system-environment-variables/ for more details."
94
+
);
95
+
}else{
96
+
logger.warn(
97
+
"Missing WRANGLER_R2_SQL_AUTH_TOKEN environment variable, falling back to CLOUDFLARE_API_TOKEN"
0 commit comments