ronefel / moodle-mod_googlemeet

Google Meet resource module plugin for Moodle 3.7+
Other
19 stars 15 forks source link

Issue abour permissions when sync #32

Open Arvaloez opened 1 year ago

Arvaloez commented 1 year ago

Hi Rone, As I commented in moodle.org, I have been working with this plugin but when I'm going to sync, the platform shows me an error. In the attached image, I show which is the message I get. What I did was comment the line: helper::request($service, 'create_permission', $permissionparams, json_encode($permissionrawpost)); in the client.php and it works but with this modification, the access for the students to the recordings is blocked and they have to require permission. I guess, this is the way to give the user those permissions automatically.

Screenshot 2023-08-17 at 3 45 06 PM

Could you help me please with this problem? Thank you. Alexander.

ronefel commented 10 months ago

@Arvaloez , could you give more details about when this error occurs so I can simulate it?