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
I am trying to achieve an image download manager via electron. I have implemented the mt-files-downloader and attempted a simple implementation. The file downloads fine but displays the text "it looks like you don't have permission to view this file. Check the permissions and try again". When I copy the file to another Drive, the file opens fine.
My previous implementation with "request" module worked fine and I could open the files at the same location.
Any suggestion to which direction I should take to figure out the problem?
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to achieve an image download manager via electron. I have implemented the mt-files-downloader and attempted a simple implementation. The file downloads fine but displays the text "it looks like you don't have permission to view this file. Check the permissions and try again". When I copy the file to another Drive, the file opens fine.
My previous implementation with "request" module worked fine and I could open the files at the same location.
Any suggestion to which direction I should take to figure out the problem?
The text was updated successfully, but these errors were encountered: