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
When there is a file or folder name containing Apostrophe (') or hashtag (#) like Test#Folder, the worker throws exception 1101. Everything else loads smoothly. You can test it yourself.
In my image attached,
line 122 : event.respondWith(handleRequest(event.request)); //Line 134 acc. to your index.js inside Search folder
line 240 : return gd.down(file.id, range, inline_down); // Line 252 acc. to your index.js inside Search folder
Thanks 👍
The text was updated successfully, but these errors were encountered:
When there is a file or folder name containing Apostrophe (') or hashtag (#) like Test#Folder, the worker throws exception 1101. Everything else loads smoothly. You can test it yourself.
In my image attached,
line 122 : event.respondWith(handleRequest(event.request)); //Line 134 acc. to your index.js inside Search folder
line 240 : return gd.down(file.id, range, inline_down); // Line 252 acc. to your index.js inside Search folder
Thanks 👍
The text was updated successfully, but these errors were encountered: