adamyeager / PushbulletSharp

This is a simple pushbullet wrapper written in C#.
MIT License
52 stars 61 forks source link

Use the upload_url from the upload-request response #7

Closed spewu closed 9 years ago

spewu commented 9 years ago

The push file method did not work for me, as it was giving me access denied from S3. Instead I tried using the upload_url given by the upload-request response, and that worked

adamyeager commented 9 years ago

Thanks for fixing this bug @Sohape !!

spewu commented 9 years ago

You are welcome! - Thanks for making this wrapper library, so I could get started quickly :)