KaRMa4 Posted September 1 Report Share Posted September 1 Hi! Is there any way to upload files to the Steam Cloud using the BeginHTTPUpload method? Quote Link to comment Share on other sites More sharing options...
Dr. McKay Posted September 1 Report Share Posted September 1 Not at present. Quote Link to comment Share on other sites More sharing options...
KaRMa4 Posted September 1 Author Report Share Posted September 1 7 minutes ago, Dr. McKay said: Not at present. Is it impossible to implement? Quote Link to comment Share on other sites More sharing options...
Dr. McKay Posted September 1 Report Share Posted September 1 It probably is. What's the use-case here? Quote Link to comment Share on other sites More sharing options...
KaRMa4 Posted September 1 Author Report Share Posted September 1 19 minutes ago, Dr. McKay said: It probably is. What's the use-case here? Automatically update guide based on constantly updated information. Quote Link to comment Share on other sites More sharing options...
Dr. McKay Posted September 1 Report Share Posted September 1 I don't believe guides use that interface. Quote Link to comment Share on other sites More sharing options...
KaRMa4 Posted September 8 Author Report Share Posted September 8 On 9/2/2023 at 12:53 AM, Dr. McKay said: I don't believe guides use that interface. Case: Updating guides for heroes in Dota 2. Dota 2 has hero guides, which, like the usual sharedfiles, are published on Steam, with one exception: the guide will not be recognized as a guide if it is not a .build file. Thus, if we want to update the guide for hero, we need to send this file to the Steam cloud using ICloudService, and then publish it using IPublishedFileService. At the moment, it is impossible to use the ICloudService interface, because Steam requires an access_token, which was previously issued as an OAuth token, but not at the moment. Perhaps what I described above can be implemented in a different way, but this is all the information I could find. Quote Link to comment Share on other sites More sharing options...
Dr. McKay Posted September 8 Report Share Posted September 8 You may be able to use a token generated by steam-session for that access_token. Quote Link to comment Share on other sites More sharing options...
KaRMa4 Posted September 8 Author Report Share Posted September 8 18 hours ago, Dr. McKay said: You may be able to use a token generated by steam-session for that access_token. I tried, but I still get an error. Response: <html> <head> <title>Unauthorized</title> </head> <body> <h1>Unauthorized</h1>Access is denied. Retrying will not help. Please verify your <pre>key=</pre> parameter. </body> </html> With the key parameter that asks the Steam API, I get the same error. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.