Request file upload
documentedRequest authorization to upload a file for pushing.
POST /v2/upload-requestFilesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.pushbullet.com/v2/upload-request" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "file_name={{$file_name}}" \
-d "file_type={{$file_type}}"