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
Hi,
from some reason i get 403 error when i am trying to view files only when i am using the GridStoreAdapter. I have another parse server there i use Google cloud storage and everything works well.
Uploading of files works well the only problem is with download/view the files.
I set the serverURL to http://localhost:1337 and publicServerURL to point to my https domain (https://dev.******.mobi) but when i am trying to view the files i get 403 error (unauthorized)
Do you have any idea what can be the issue?
Thanks in advanced.
The text was updated successfully, but these errors were encountered:
Ok, i managed to figure out what was the issue and actually it was a very strange issue.
I generated a new appId for my application and the generated key contained a / character and because the url of the file contain the appId the path was wrong and that's the reason why i was getting the 403 error. After i remove all the / from my appId everything work as expected.
@flovilmart I think that we need to add it to the docs that / is not allowed in appId or masterKey. If we want to allow this character we will need to escape and unescape .
Hi,
from some reason i get 403 error when i am trying to view files only when i am using the GridStoreAdapter. I have another parse server there i use Google cloud storage and everything works well.
Uploading of files works well the only problem is with download/view the files.
I set the serverURL to http://localhost:1337 and publicServerURL to point to my https domain (https://dev.******.mobi) but when i am trying to view the files i get 403 error (unauthorized)
Do you have any idea what can be the issue?
Thanks in advanced.
The text was updated successfully, but these errors were encountered: