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

Can't upload files to a cloud anymore #10

Open
Yasmine091 opened this issue Jul 12, 2021 · 2 comments
Open

Can't upload files to a cloud anymore #10

Yasmine091 opened this issue Jul 12, 2021 · 2 comments

Comments

@Yasmine091
Copy link

Yasmine091 commented Jul 12, 2021

Hi,

I tried creating a new application and upload documents to a new cloud but i get a 404 with this response { detail: "Resource not found" } when i put the cloud and project id in the API url.

How can i know wich clouds are linked to an application from connect.bimdata.io? Because it seems like it's not linked but there's no information at all when it comes to this, or when it also comes to know wether or not we'll be able to send documents to an already existing cloud.

Also have a few questions, how many users can connect at the same time to a single application without even having a BIMData account?
Is there any way to link an application to a cloud? Because i know i have a cloud that's i don't know how linked to my "Test" app, but it seems like with my new application i can't send documents or retrieve information from another cloud, i don' understand it..

Thank you for your patience

@amineau
Copy link
Contributor

amineau commented Jul 13, 2021

Hello,

Concerning the 404 error, the reason is that your application does not have the same rights as your user.

How can I know which clouds are linked to an application from connect.bimdata.io?

With the /cloud path, using your app credentials, you can list the clouds belonging to your application.
Make sure you have the corresponding scopes for requests (cloud:read, in this case).
The applications from connect.bimdata.io are applications stored in the api.

Is there any way to link an application to a cloud?

The solution is, once the application is created, to create a cloud with this application, then invite your user as the administrator of this cloud as explained here: https://developers.bimdata.io/api/guides/share_data.html.

How many users can connect at the same time to a single application without even having a BIMData account?

I'm not sure I understand your question, but there is no limit of api request for an application.

@Yasmine091
Copy link
Author

Yasmine091 commented Jul 13, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants