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
I've generated a tax report and need to download it using stripe CLI
Right now I'm getting this response:
> stripe files retrieve file_1 { "id": "file_1", "object": "file", "created": 12345, "expires_at": 12345, "filename": "frr_1.csv", "links": { "object": "list", "data": [], "has_more": false, "url": "/v1/file_links?file=file_1" }, "purpose": "finance_report_run", "size": 27206, "title": "FinanceReportRun frr_1", "type": "csv", "url": "https://files.stripe.com/v1/files/file_1/contents" }
But in order to download a file I need to send a request to files.stripe.com and I can not do this using stripe cli, I need use curl for that
Having a command stripe file download / stripe download would be great
stripe file download
stripe download
stripe files download file_1 > tax_report.csv
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
I've generated a tax report and need to download it using stripe CLI
Right now I'm getting this response:
But in order to download a file I need to send a request to files.stripe.com and I can not do this using stripe cli, I need use curl for that
Feature
Having a command
stripe file download
/stripe download
would be greatExamples
The text was updated successfully, but these errors were encountered: