I am trying to import datas from an other sheet where I am not the owner. The owner gived me permissions but I still have this error : you don't have permissions to access that sheet
Here is my formula :
= importrange(C1, "sheetname!sheetrange")
At the cell "C1", there is the url of the file that have the datas that I need.
So I dont know how to solve this error because as I said, I already have the permission on the other file.