Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document uploading projects #37

Open
towerofnix opened this issue Aug 29, 2018 · 3 comments
Open

Document uploading projects #37

towerofnix opened this issue Aug 29, 2018 · 3 comments
Labels

Comments

@towerofnix
Copy link
Owner

I want to document https://projects.scratch.mit.edu (used in 3.0), not https://scratch.mit.edu/services/upload (used in 1.4 and offline 2.0) nor whatever online 2.0 uses.

At this point most relevant information is available, between scratchfoundation/scratch-storage#41 and scratchfoundation/scratch-gui#3021. (The scratch-projects PR mentioned in the scratch-gui issue is private, but it's for the backend code; we don't need to see it to know how to interface with it.)

@towerofnix towerofnix added the api label Aug 29, 2018
@rschamp
Copy link

rschamp commented Aug 29, 2018

Online 2.0 uses the same projects.scratch.mit.edu that 3.0 will be using. The routes are just being renamed and so far are just aliases for each other.

@towerofnix towerofnix added this to the Release of 3.0 Project Page milestone Oct 5, 2018
@towerofnix towerofnix changed the title Document uploading and updating projects Document uploading projects Nov 13, 2018
@towerofnix
Copy link
Owner Author

POST https://projects.scratch.mit.edu (+ /projectID and PUT if updating) with parameter name sb3_file, filename sb3_file, body the .sb3 file (I think). Should be straightforward to test this. (I think it might already work, since I've seen some 3.0 projects on s.m.e, but not 100% sure.)

@towerofnix
Copy link
Owner Author

I haven't looked into this but there might be some changes incoming with Scratch 3.0, per scratchfoundation/scratch-gui#4015.

@towerofnix towerofnix removed this from the Release of 3.0 Project Page milestone Mar 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants