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
Currently people have to manually create folders inside folders and then upload files to them.
Make a feature which allows brs to upload a single zip folder to the website and the website will automatically create the file and folder objects and upload the files to onedrive.
However there is a major issue with this, currently a folder can only have either folders as its children or files as its children, so I have two ideas to solve this:
if a folder has both folders and files as its children then put the files in a seperate folder with some name (like the parent folder name itself). if a folder only has folders or files then its simple.
Currently people have to manually create folders inside folders and then upload files to them.
Make a feature which allows brs to upload a single zip folder to the website and the website will automatically create the file and folder objects and upload the files to onedrive.
However there is a major issue with this, currently a folder can only have either folders as its children or files as its children, so I have two ideas to solve this: