-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Box Static download links. #50
Comments
This should not be this difficult. I will look into making this easier for everyone. @Taskr 's solution should work in the interim. |
possible solution: https://docs.box.com/reference#create-a-shared-link-for-a-file -- we could just gen the share link and public static link for the json and csvs |
SyntaxError: Non-ASCII character '\xe2' in file C:\autodownload.py on line Any help? |
Add this to the top of the script:
The top should look like this:
|
Is it possible to have autodownload.py that works? :) Thank you ;) |
Here's the script with the changes I just recommended... |
Traceback (most recent call last): |
That's not an error with the code - you just need to install the 'requests' module. pip install requests or easy_install requests |
Is someone still using the script provided by @Taskr ?
|
I dont use the provided download script but i wrote my own. Recently the box homepage changed a little. If you check out the source code for this example I havent confirmed this with the script that @Taskr provided but with mine it worked. In the script it should be enough to change the following lines: OLD: NEW: Hope this helps. |
I updated the scripts for the new structure. I had to make some additional adjustments based on @jenter8 suggestions. Thanks for bringing this to my attention, sorry about the long delay @cgi1 @jenter8 :) |
@Taskr: Nice - Its working! |
Updated to work again. Synchronous Download Script (Python 2.7+): Asynchronous Download Script (Python 3.4+): Asynchronous Download Script (Python 3.5+): Synchronous Download Script Requirements: Asynchronous Download Scripts Requirements: |
|
Updated the synchronous script to reflect the improved experience (asynchronous scripts already added .pdf extension) Thanks @KiUserExceptionDispatcher :) |
May I suggest adding this as a project under https://github.com/aptnotes/tools so that we can participate in the development of this downloader? |
Cheers, Ill get this added over the weekend @MartinIngesen |
taken from: aptnotes/data#50
@MartinIngesen ask and you shall receive: https://github.com/aptnotes/tools |
closing out the issue as scripts have been added to the repo |
Would it be possible to provide static direct download links along with the current ones, so that it be possible to parse the csv/json on new pushes and auto grab pdfs as they are added to the list.
The text was updated successfully, but these errors were encountered: