You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i used this code with this link which i uploaded my firmware file to it https://drive.google.com/uc?id=1CGPNlpRMR9VKpC6HS3vWJtr4JCS6gB6Q&export=download the esp32 can connect to wifi but the response code is not equal to 200. when i use https header it gives 303 response and when i use http header it gives 301 response.i know that both of them are related to redirections. i tried using this line for automatic redirection but it didn't work client.setFollowRedirects(HTTPC_STRICT_FOLLOW_REDIRECTS);
it gives response -1
The text was updated successfully, but these errors were encountered:
I assume the Google drive link is public, because otherwise you would need to implement authentication. If so, I would download the file in the browser, right click on it and click "Copy URL" or whatever it says there. If it's not an generated URL (that could expire), just use that!
Alternative to that would be to use something other than google Drive, for example your server
I'm having the same issue using AWS S3 bucket to host the files. Any updates on this? thanks
hi sorry for the late answer I just saw your comment in my email now ! I used this free Persian site [1]((https://uupload.ir/) it solved my problem. you can use google translate if you don't know the language .
i used this code with this link which i uploaded my firmware file to it
https://drive.google.com/uc?id=1CGPNlpRMR9VKpC6HS3vWJtr4JCS6gB6Q&export=download the esp32 can connect to wifi but the response code is not equal to 200. when i use https header it gives 303 response and when i use http header it gives 301 response.i know that both of them are related to redirections. i tried using this line for automatic redirection but it didn't work client.setFollowRedirects(HTTPC_STRICT_FOLLOW_REDIRECTS);
it gives response -1
The text was updated successfully, but these errors were encountered: