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
Documentation for Upload API #146
Comments
|
I tried the below with the current API key,
|
|
HI @pavitran we're working on updating the developer documentation with updated Upload specs. As soon as it's available we'll make an announcement - should be available soon! |
|
I got the same error. Please provide the documentation. |
|
@shwetachitlangia it's on its way! We'll be sure to update + close all open documentation request issues when the updated upload docs are live. |
|
news? :) |
|
@davidseek we're very close to rereleasing the upload API and should have updates very soon! |
|
quick update on this - we are working with a 3rd party developer to address a bug in a piece of software we use to help manage our infrastructure. Once this bug is addressed we will re-release the documentation and support public access to the upload api |
|
Alright. Waiting for it. Our project basically waits to be able to upload the GIFs now :) |
|
Hello @dfinkler Thank your for hard work. Could you gie heads up when the docs are released? Again, thank you. |
|
News? |
|
Waiting for it :) |
|
We'll be sure to update this thread as soon as we have news! |
|
Any update ? |
|
Yo @dfinkler it's been some more months any update? I'd like to support publishing GIFs made by my app to Giphy. |
|
Any updates? |
|
Hey, sorry for the late response. This is available now here https://developers.giphy.com/docs/, and look for "upload API: Upload Endpoint" section. |
|
@hippogamesunity Did you ever figure out how to do this? |
|
@erikmf12 Still not. I've received production key, but still unable to upload GIF. Have no response from support team. |
|
@erikmf12 var form = new WWWForm(); form.AddField("api_key", apiKey);
Note, you should specify API key twice, in WWWForm and in URL. |
|
@hippogamesunity What type is your 'binary' variable? Is it a base64 encoded byte array? |
|
It is byte array.
…On Fri, Aug 17, 2018, 17:19 erikmf12 ***@***.***> wrote:
@hippogamesunity <https://github.com/hippogamesunity> What type is your
'binary' variable? Is it a base64 encoded byte array?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#146 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AG-qnEf08-TKt-OY8AZ7f7xEKcwkZWUhks5uRtEAgaJpZM4PK0Qk>
.
|
|
Hi, i have try your code, but couldn't working , if possible, can you show your full code. such as Downloader.Download("https://upload.giphy.com/v1/gifs?api_key=" + apiKey, form, www => ... |
|
Oh, it is just a wrapper over Unity WWW download, refer to Unity docs.
…On Thu, Sep 6, 2018, 04:32 LanXiaoPang613 ***@***.***> wrote:
Hi, i have try your code, but couldn't working , if possible, can you show
your full code. such as Downloader.Download("
https://upload.giphy.com/v1/gifs?api_key=" + apiKey, form, www => ...
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#146 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AG-qnDXUZWC9EMXdgPEeBKzfnFzalsm8ks5uYHs-gaJpZM4PK0Qk>
.
|
|
Ok,i just want to know how the www=>...write, thx for your reply. |
|
By the way, here is my asset with GIPHY upload example: https://www.assetstore.unity3d.com/#!/content/120039 |
|
Hi guys, can you tell me which class the downloader is ? |
|
oh, thx, i have resolve it ,anyway, thank for your reply. |
|
Hi guys, when i was httppost the url, its result is forbidden, did you meet this error? |
|
|
@pierasg Can I add that code as an example to the documentation in order to close this issue? |
|
Hey Everyone, Looks like we have a couple potential solutions in this thread. Hopefully these have helped the community. |


I've just created an app on GIphy Dashboard, and got an API key. I've searched a lot but couldn't find any documentation on uploading GIFs to Giphy. Can anyone point me in the right direction.
Thanks in advance
The text was updated successfully, but these errors were encountered: