We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Note: Non-breaking issues are likely not to be prioritized. Please consider a PR in addition to your issue)
That it actually work without error. Tried it with both a Personal and Enterprise Google Accounts. Both had the same issue.
% clasp login Logging in globally… 🔑 Authorize clasp by visiting this url: https://accounts.google.com/o/oauth2/v2/auth?access_type=offline&scope=... Authorization successful. Default credentials saved to: /Users/vanalsti/.clasprc.json. % clasp clone 1vSgFkRCFRM52k4VL_dQROAUWzmR6DqLRkUkZpD7jvvFYewoXhPuGKzjT ⠙ Cloning files…script.google.com ✖ console.developers.google.com ✖ console.cloud.google.com ✖ drive.google.com ✖ Error: Looks like you are offline. % clasp create foobar script.google.com ✖ console.developers.google.com ✖ console.cloud.google.com ✖ drive.google.com ✖ Error: Looks like you are offline. % clasp login --status script.google.com ✖ console.developers.google.com ✖ console.cloud.google.com ✖ drive.google.com ✖ Error: Looks like you are offline. % clasp login Warning: You seem to already be logged in globally. You have a ~/.clasprc.json Logging in globally… 🔑 Authorize clasp by visiting this url: https://accounts.google.com/o/oauth2/v2/auth?access_type=offline&scope=... Authorization successful. % clasp login --status console.developers.google.com ✖ script.google.com ✖ console.cloud.google.com ✖ drive.google.com ✖ Error: Looks like you are offline.
% clasp login Logging in globally… 🔑 Authorize clasp by visiting this url: https://accounts.google.com/o/oauth2/v2/auth?access_type=offline&scope=... Authorization successful.
Default credentials saved to: /Users/vanalsti/.clasprc.json.
% clasp clone 1vSgFkRCFRM52k4VL_dQROAUWzmR6DqLRkUkZpD7jvvFYewoXhPuGKzjT ⠙ Cloning files…script.google.com ✖ console.developers.google.com ✖ console.cloud.google.com ✖ drive.google.com ✖ Error: Looks like you are offline.
% clasp create foobar script.google.com ✖ console.developers.google.com ✖ console.cloud.google.com ✖ drive.google.com ✖ Error: Looks like you are offline.
% clasp login --status script.google.com ✖ console.developers.google.com ✖ console.cloud.google.com ✖ drive.google.com ✖ Error: Looks like you are offline.
% clasp login Warning: You seem to already be logged in globally. You have a ~/.clasprc.json Logging in globally… 🔑 Authorize clasp by visiting this url: https://accounts.google.com/o/oauth2/v2/auth?access_type=offline&scope=...
Authorization successful.
% clasp login --status console.developers.google.com ✖ script.google.com ✖ console.cloud.google.com ✖ drive.google.com ✖ Error: Looks like you are offline.
node -v
clasp -v
The text was updated successfully, but these errors were encountered:
All doesn't work work with Clasp 2.4.1 on Node 14.
Sorry, something went wrong.
Possibly Related: #872
Downgraded clasp to 2.3.1 seems to work.
Successfully merging a pull request may close this issue.
Expected Behavior
That it actually work without error. Tried it with both a Personal and Enterprise Google Accounts. Both had the same issue.
Actual Behavior
Steps to Reproduce the Problem
Specifications
node -v
): v16.14.1clasp -v
): 2.4.1The text was updated successfully, but these errors were encountered: