jahwag / ClaudeSync

ClaudeSync is a Python tool that automates the synchronization of local files with Claude.ai Projects
MIT License
165 stars 24 forks source link

Update Claude.ai API Base URL to Resolve 403 Errors #36

Closed jahwag closed 1 month ago

jahwag commented 1 month ago

This pull request addresses a 403 Forbidden error encountered when uploading certain files. The issue is likely due to the new base URL hitting a different firewall than the previous configuration. This update changes the API base URL to ensure compatibility and resolve the upload issue.