=== Upwork OAuth2 Initial Setup === IMPORTANT: Make sure your Upwork app redirect URI matches exactly. Current redirect URI in this script: https://encloudsolutions.com/upwork Starting authorization process... You will be given a URL to visit in your browser. After authorizing, you'll be redirected to a URL with a code. You can paste the ENTIRE redirect URL or just the code. Visit this URL in your browser: https://www.upwork.com/ab/account-security/oauth2/authorize?state=89ee69f679851ea679306ef2fc545b06&response_type=code&approval_prompt=auto&redirect_uri=https%3A%2F%2Fencloudsolutions.com%2Fupwork&client_id=85ccd1109e8d9b4ff2b57a8881e234f1 After authorizing, paste the ENTIRE redirect URL (or just the code) here: Example: https://encloudsolutions.com/upwork?code=ABC123&state=XYZ Or just: ABC123 Using provided code: ... ERROR: Could not extract authorization code. Please try again.