
robbedoes
New Member-
Content Count
18 -
Joined
-
Last visited
Content Type
Profiles
Forums
Articles
Media Demo
Everything posted by robbedoes
-
#!/usr/bin/ruby require 'socket' require 'net/http' require 'net/https' require 'uri' require 'json' require 'webrick' require 'shellwords' require 'fileutils' require 'logger' require 'tempfile' require 'open-uri' CLIENT_ID = 'xxxxxxx' CLIENT_SECRET = 'xxxxxxx' REDIRECT_URL = 'http://127.0.0.1:1337' RELEASES_URL = "https://api.github.com/repos/#{ENV['gh_repos'] || 'azai91/alfred-drive-workflow'}/releases" BUNDLE_ID = ENV['alfred_workflow_bundleid'] || 'com.drive.azai91' CACHE_DIR = ENV['alfred_workflow_cache'] || "/tmp/#{BUNDLE_ID}" WORKFLOW_NAME = ENV['alfred
- 93 replies
-
- google drive
-
(and 2 more)
Tagged with:
-
https://www.loom.com/share/3c33b284ced5476f80f9c16b334e42d7
- 93 replies
-
- google drive
-
(and 2 more)
Tagged with:
-
this happens with the real ones: https://www.loom.com/share/75068cc5d93840b99835d2b03c8fe3e1
- 93 replies
-
- google drive
-
(and 2 more)
Tagged with:
-
I already tried the id and secret, several times 😥 Too bad. Do you know some place or someone I could ask besides this forum? Thanks a lot for your help anyway!!
- 93 replies
-
- google drive
-
(and 2 more)
Tagged with:
-
https://www.loom.com/share/041178f48aee46b5a4888745881cdaca 🥺
- 93 replies
-
- google drive
-
(and 2 more)
Tagged with:
-
Thanks for your help. Here is the video. Didn't really understand what you meant with console open, so if I've missed it, I'm sorry. https://www.loom.com/share/4683db777436493cbf778854e2a3e422
- 93 replies
-
- google drive
-
(and 2 more)
Tagged with:
-
I've deleted, re-installed and only changed the ID and secret around 10 times by now. It's the only thing I changed and it's still not working. I really wonder what I'm doing, getting kind of tired of it right now. I guess you guys are too, but you're my only hope.
- 93 replies
-
- google drive
-
(and 2 more)
Tagged with:
-
Nothing: MacBook-Pro-van-Robin:~ robin$ /usr/bin/ruby --version ruby 2.6.3p62 (2019-04-16 revision 67580) [universal.x86_64-darwin20]
- 93 replies
-
- google drive
-
(and 2 more)
Tagged with:
-
Yes, this is the first line.
- 93 replies
-
- google drive
-
(and 2 more)
Tagged with:
-
I've tried to paste a screenshot of the code, but the image is too big or something. MIME_TYPE_ICONS = { 'application/vnd.google-apps.document' => { :path => 'icons/doc.png' }, 'application/vnd.google-apps.spreadsheet' => { :path => 'icons/sheet.png' }, 'application/vnd.google-apps.presentation' => { :path => 'icons/slide.png' }, 'application/vnd.google-apps.form' => { :path => 'icons/form.png' }, 'application/pdf' => { :path => 'icons/dummy.pdf', :type => 'fileicon' }, } This is line 27
- 93 replies
-
- google drive
-
(and 2 more)
Tagged with:
-
Thanks, I've followed your steps and tried to run the workflow. Does not work. Tried debugging inside Alfred:
- 93 replies
-
- google drive
-
(and 2 more)
Tagged with:
-
https://www.loom.com/share/133b7c8c684c442a8f21153d882d08ad
- 93 replies
-
- google drive
-
(and 2 more)
Tagged with:
-
There is no better description than what I've already mentioned. You said to get the credentials and edit the workflow. I got the credentials en edited the workflow, but it still isn't working. You also didn't give more instructions than that. It's very difficult if you don't have experience in this type of thing. Steps I've made: 1. get the workflow 2. get the credentials 3. edit the workflow 4. zip the edited workflow and gave it the name 'archive.alfredworkflow' 5. double click > will not install 6. tried to drag the workflow in alfred > will
- 93 replies
-
- google drive
-
(and 2 more)
Tagged with:
-
Thanks, I've already tried this. I got the credentials, I changed the code. Still not working.
- 93 replies
-
- google drive
-
(and 2 more)
Tagged with:
-
Hello. Here is the error I get when I try to login within the workflow. It's blocked by Google. Thanks in advance!
- 93 replies
-
- google drive
-
(and 2 more)
Tagged with:
-
Hi, please help. I've been struggling for over an hour trying to login, but I get an error that Alfred is blocked by Google. I've read all the threads there are about this issue, but it's all blablabla for me. I'm not a coder, so I don't know anything about API's and stuff. How can I get this to work please? I just want to search my Google files 😞 Thank you.
- 93 replies
-
- google drive
-
(and 2 more)
Tagged with: